Useful for grouping form elements with a heading. Supports a label attribute so that the group can have a caption or title. Supports any custom widget tags or html form tags as child elements.
None
<group label="Message">
<messaging-predicate-list domain-name="messaging" />
<textarea-widget cols="60" rows="5"
required="true"
id="messageText"
maxTextCharacters="1000"/>
</group>