I need to render a line break using outputText
so that I can utilize the rendered
attributed. I tried
<h:outputText value="<br/>" escape="false" />
but it generated exception
The value of attribute "value" associated with an element type "null" must not contain the '<' character.