The webuijsf:messageGroup component closely aligns with the functionality of the ice:messages component.
| Woodstock | ICEfaces | Comments |
| Common Attributes | ||
| binding | binding | - |
| id | id | - |
| rendered | rendered | - |
| showDetail | showDetail | - |
| showGlobalOnly | globalOnly | - |
| showSummary | showSummary | - |
| style | style | - |
| styleClass | styleClass | - |
| toolTip | title | - |
| visible | visible | - |
| Similar Attributes | ||
| Unique Attributes | ||
| title | - | - |
| - | dir | - |
| - | effect | - |
| - | errorClass | - |
| - | errorStyle | - |
| - | fatalClass | - |
| - | fatalStyle | - |
| - | infoClass | - |
| - | infoStyle | - |
| - | lang | - |
| - | layout | - |
| - | renderedOnUserRole | - |
| - | tooltip | - |
| - | warnClass | - |
| - | warnStyle | - |
<webuijsf:textField id="textField" text="abc">
<f:validateLength maximum="1" />
</ice:inputText>
<webuijsf:messageGroup showGlobalOnly="true"/>
<ice:inputText id="textField" value="abc">
<f:validateLength maximum="1" />
</ice:inputText>
<ice:messages globalOnly="true" />