Adding the message component to a JSF application

Add the Business Process Choreographer Explorer message component to a JavaServer Faces (JSF) to render data objects and primitive types.

Why and when to perform this task

Draft comment:
Reviewers: input is still needed for this topic.

If the message type is a primitive type, a label and an input field are rendered. If the message type is a data object, the component traverses the object and renders the elements within the object.

Steps for this task

  1. Add the message component to the JavaServer Pages (JSP) file.

    Add the message component bpe:form tag to the <h:form> tag.

    The following example shows how to add a message component.

    Draft comment:
    <h:form>
    
       <bpe:form model="#{TaskInstanceDetailsBean.inputMessageWrapper}"
       .....
       </bpe:form> 
    
    </h:form>
  2. Configure the managed bean referred to in the bpe:details tag.

  3. Add the custom code to the configuration file.
Your JSF application contains the details component functionality.

Terms of use | | Broken links

Last updated: Tue Feb 21 17:21:51 2006

(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)