<mobi:fieldSetGroup inset="true">
<mobi:fieldSetRow>
<mobi:commandButton name="submitB" buttonType="default"
value="default"/>
<mobi:commandButton name="submitB" buttonType='important'
value="important"/>
<mobi:commandButton name="submitB" buttonType='attention'
value="attention"/>
<mobi:commandButton name="submitB" value="plain"
style="float:none;"/>
</mobi:fieldSetRow>
<mobi:fieldSetRow>
You Pressed:
<c:if test="${pressed != null}">
${pressed}
</c:if>
</mobi:fieldSetRow>
</mobi:fieldSetGroup>