1 Reply Latest reply on Sep 17, 2013 11:40 AM by bleathem

    How rich:panelMenu can call other pages

    elegar

      HI i have a question about the example of richfaces of rich:panelMenu http://showcase.richfaces.org/richfaces/component-sample.jsf?demo=panelMenu&skin=blueSky,

      how I can configure for call other pages, for example.

      I have this panel menu

      *Page1

      -->page1.1

      *Page2

      -->page2.1

      I want when i press click in page1.1 button, the page show it in the a4joutputPanel of the example

                

                    <a4j:outputPanel ajaxRendered="true">

                      <rich:panel rendered="#{not empty panelMenuBean.current}">

                      </rich:panel>

                  </a4j:outputPanel>

      In which form i can accomplish this, thanks.