【发布时间】:2011-03-21 05:19:56
【问题描述】:
我需要使用outputText 渲染一个换行符,以便我可以使用rendered 属性。我试过了
<h:outputText value="<br/>" escape="false" />
但它产生了异常
The value of attribute "value" associated with an element type "null" must not contain the '<' character.
【问题讨论】:
标签: jsf jsf-2 line-breaks