The Business Process Choreographer Explorer Message component renders commonj.sdo.DataObject objects and primitive types, such as integers and strings, in a JavaServer Faces (JSF) application.
The Message component consists of the JSF component tag: bpe:form.
<bpe:form model="#{TaskInstanceDetailsBean.inputMessageWrapper}" simplification="true" readOnly="true" styleClass4table="messageData" styleClass4output="messageDataOutput"> </bpe:form>
Attribute | Required | Description |
---|---|---|
model | yes | A value binding expression expression that refers to either a commonj.sdo.DataObject object or a com.ibm.bpc.clientcore.MessageWrapper object. |
simplification | no | If this attribute is set to true, properties with a cardinality of zero or one are shown. By default, this attribute is set to false. |
readOnly | no | If this attribute is set to true, a read-only form is rendered. By default, this attribute is set to false. |
style4validinput | no | The cascading style sheet (CSS) style for rendering input that is valid. |
style4invalidinput | no | The CSS style for rendering input that is not valid. |
styleClass4validInput | no | The CSS class name for rendering input that is valid. |
styleClass4invalidInput | no | The CSS class name for rendering input that is not valid. |
styleClass4output | no | The CSS style class name for rendering the output elements. |
styleClass4table | no | The class name of the CSS table style for rendering the tables rendered by the message component. |
buttonStyleClass | no | The CSS style for the buttons that work on arrays or lists. |
Last updated: Tue Feb 21 17:31:26 2006
(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)