I recently upgraded to mojarra-2.0.1-FCS andI haven't updated my jsps. During testing I noticed several pages were not rendering some elements which are enclosed in outputText tags:
<h:outputText rendered="#{true}">
<h:commandButton action="#{bean.save}" value="#{bundle.BTN_save}">
</h:commandButton>
...
...
...
<h:outputText value="#{bean.status}" escape="false"/>
</h:outputText>
I have hardcoded rendered="#{true}" but was only able to get it to render by deleting the enclosing <h:outputText rendered="#{true}">
Please advise on solution.
Thanks
[Message sent by forum member 'nonome' ]
http://forums.java.net/jive/thread.jspa?messageID=373078