Since 4.0
The mobi:fieldSetGroup component contains mobi:fieldsetRow components, which in turn can contain any other components. These components are mainly used to present input components in a more presentable and usable way for touch devices.
To use the FieldSet components, simply place the mobi:fieldsetRow tags inside the mobi:fieldsetGroup tag and add any other components inside the rows.
<h:form>
<mobi:fieldsetGroup>
<mobi:fieldsetRow group="true">
Name
</mobi:fieldsetRow>
<mobi:fieldsetRow >
<h:outputLabel for="firstName" value="First Name: " />
<h:inputText id="firstName" value="#{bean.firstName}" />
</mobi:fieldsetRow>
<mobi:fieldsetRow >
<h:outputLabel for="lastName" value="Last Name: " />
<h:inputText id="lastName" value="#{bean.lastName}" />
</mobi:fieldsetRow>
</mobi:fieldsetGroup>
</h:form>
TagLib Documentation
This section covers attributes involved in the typical use-cases for this component.
When the group attribute is true, the mobi:fieldSetRow will be rendered in a header style.
None.
None.
None.
None.
None.
This component appears in the following ICEfaces sample applications: