I am having an issue with the children links of the panel navigation component in 1.1.0.

I have the following setup:

                        <t:commandNavigation value="#{msg['admin-users-nav']}" action="">                         <t:commandNavigation value="#{msg['admin-worship-nav']}">
                            <t:commandNavigation value="#{msg['admin-wt-members']}" action="">
If I click the 'admin-worship-nav' the children expands. If I click the 'admin-wt-members' twice in a row, the first time, the page is shown correctly and the menu stays expanded. The second time (or if I click other children of the same expanded node), then the parent collapses.

I am using:
  • myfaces 1.1.0 (3 jars)
  • facelets 0.9.8
  • tomcat 5.5
Thanks,
Andrew

Reply via email to