ice:panelDivider can be used in similar situations in which webuijsf:pageSeparator is used.
| Woodstock | ICEfaces | Comments |
| Common Attributes | ||
| binding | binding | - |
| id | id | - |
| rendered | rendered | - |
| style | style | - |
| styleClass | styleClass | - |
| Similar Attributes | ||
| Unique Attributes | ||
| visible | - | - |
| - | dividerPosition | - |
| - | orientation | - |
| - | renderedOnUserRole | - |
<webuijsf:body>
<!-- content... -->
<webuijsf:pageSeparator id="mypageseparator" />
<!-- more content... -->
</webuijsf:body>
<ice:outputBody>
<ice:panelDivider orientation="horizontal">
<f:facet name="first">
<!-- content... -->
</f:facet>
<f:facet name="second">
<!-- more content... -->
</f:facet>
</ice:panelDivider>
</ice:outputBody>