You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Mario Ivankovits (JIRA)" <in...@incubator.apache.org> on 2005/02/25 21:05:54 UTC

[jira] Updated: (MYFACES-113) dataTable/dataScroller do not work in conditional rendered panelGroup

     [ http://issues.apache.org/jira/browse/MYFACES-113?page=history ]

Mario Ivankovits updated MYFACES-113:
-------------------------------------

    Attachment: MyBean.java
                dataTableBug.jsp

> 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