Use an EL expression in the rendered attribute, for example:
<h:outputText value="some conditional message" rendered="#{! empty someManagedBean.someProperty}" />
Articles, notes and random thoughts on Software Development and Technology
Use an EL expression in the rendered attribute, for example:
<h:outputText value="some conditional message" rendered="#{! empty someManagedBean.someProperty}" />