5 Replies Latest reply on Oct 8, 2010 6:38 AM by ilya_shaikovsky

    Navigation from rich:panelMenuItem - browser address is not updated

    lenyas66

      I have noticed some strange behavior, while using rich:panelMenuItem. While it navigates properly to the page  provided in action, it doesn't update the page address in the browser immediately. It does it only, if I click on this menu item second time. Could somebody explain why it might happen?

       

      Code is below.

       

      navigation.xhtml

       

      <rich:panelMenuItem style="border:none;" label="Manage Balanced Portfolios" id="mgBalPort"

       

      actionListener="#{menuBean.select}" action="piManagebalanced"  mode="server"/>

       

      ...

       

      faces-config.xml

       

       

       

       

       

       

      <

       

      navigation-rule>

       

       

      <navigation-case>

       

       

      <from-outcome>piManagebalanced</from-outcome>

       

       

      <to-view-id>/piManageBalanced.jsp</to-view-id>

       

       

      </navigation-case>

       

       

      </navigation-rule>