Javier Quirante created RF-12314:
------------------------------------
Summary: Two condiftional headers conditions inside rich:simpleTogglePanel
doesnt render anything
Key: RF-12314
URL:
https://issues.jboss.org/browse/RF-12314
Project: RichFaces
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 3.3.3.Final
Reporter: Javier Quirante
Two conditional headers inside rich:simpleTogglePanel doesnt render anything
If we have something like
<rich:simpleTogglePanel switchType="ajax">
<f:facet name="header">
<h:outputFormat
value="#{messages['filter.search.header']}" rendered="true"
>
<f:param
value="#{messages['value.table.anuncio']}"/>
</h:outputFormat>
<h:outputFormat value="Hello" rendered="false" />
...........
</rich:simpleTogglePanel>
no header is rendered.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira