Message component: Tag definitions

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.

Component class

com.ibm.bpe.jsf.component.MessageComponent

Example syntax

<bpe:form model="#{TaskInstanceDetailsBean.inputMessageWrapper}"
          simplification="true" readOnly="true"
          styleClass4table="messageData"
          styleClass4output="messageDataOutput">
</bpe:form>

Tag attributes

Table 1. bpe:form attributes
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.

Terms of use |

Last updated: Thu Apr 27 14:54:56 2006

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