[richfaces-issues] [JBoss JIRA] Created: (RF-10266) rich:panelMenuItem does not render if PanelMenuGroup's render values is changed from True to False to True

Prabhash Verma (JIRA) jira-events at lists.jboss.org
Thu Jan 20 16:18:49 EST 2011


rich:panelMenuItem does not render if PanelMenuGroup's render values is changed from True to False to True
----------------------------------------------------------------------------------------------------------

                 Key: RF-10266
                 URL: https://issues.jboss.org/browse/RF-10266
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: tests - unit
            Reporter: Prabhash Verma


<rich:panelMenuGroup rendered="#{BackingBean.toggleTrueFalse()}">
	<rich:panelMenuItem label="Item 1"/>
        <rich:panelMenuItem label="Item 2"/>
        <rich:panelMenuItem label="Item 3"/>
</rich:panelMenuGroup>

Page loads, page is PanelMenuGroup is rendered - panelMenuItem would be visible.
Now, Render = false for PanelMenuGroup - Nothing is shown.
Now, Render = true for PanelMenuGroup - PanelMenuGroup is shown but underlying PanelMenuItem are hidden.

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list