dataTable/dataScroller do not work in conditional rendered panelGroup
---------------------------------------------------------------------
Key: MYFACES-113
URL: http://issues.apache.org/jira/browse/MYFACES-113
Project: MyFaces
Type: Bug
Versions: 1.0.8 beta
Environment: jdk 1.5, myfaces 1.0.8
Reporter: Mario Ivankovits
Attachments: MyBean.java, dataTableBug.jsp
I tracked down a strange example where the dataScroller do not work. It ignores
any click on the page navigation.
The main point is, that it is a child in an conditionally rendered
<h:panelGroup.
If I change the panelGroup to be always rendered (<h:panelGroup
rendered="true">) it works.
Attached you might find my bean and the simplest possible jsf page.
This needs to be added to the faces-config.xml
<managed-bean>
<managed-bean-name>MyBean</managed-bean-name>
<managed-bean-class>MyBean</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira