The Page Separator component is a horizontal line that resizes to any page width selected by the user. This component is the visual equivalent of an HTML <hr> tag.
This component is a JavaServer Faces 1.2 component. You see components that use this
version of JavaServer Faces when your project uses Java EE 5. For more information on JavaServer Faces 1.2,
see:
In the page bean, a Page Separator component is a PageSeparator object.
If you want to use an HTML <hr> tag, drop a Meta component on the page and set its tag property to hr.