1 Reply Latest reply on Nov 1, 2011 2:42 PM by prity

    The action for my left navigation pane is not working.

    prity

      Hi,

       

      The action for my left navigation pane is not working. Below is the code

       

      Frames Code

      -----------------------

      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-Frameset.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"

      xmlns:ui="http://java.sun.com/jsf/facelets"

      xmlns:h="http://java.sun.com/jsf/html"

      xmlns:f="http://java.sun.com/jsf/core">

      <frameset rows="23%,*,8%" >

      <frame name="f1" src="../templates/header.jsf" scrolling="no" noresize="noresize" frameborder="0" />

      <frameset cols="18%,*">

      <frame name="f2" src="../templates/leftnav.jsf" scrolling="no" noresize="noresize" frameborder="0"/>

      <frame name="f3" src="../pages/welcome.jsf" scrolling="auto" noresize="noresize" frameborder="0"/>

      </frameset>

      <frame name="f4" src="../templates/footer.jsf" scrolling="auto" noresize="noresize" frameborder="0"/>

      </frameset>

      </html>

       

       

      LeftNavigation Panel Code

       

      <rich:panelMenuGroup label="CR Management">       

      <rich:panelMenuItem label="Manage CR" action="#{UsmCrManagement.manageCR}"/>

      </rich:panelMenuGroup>

        • 1. Re: The action for my left navigation pane is not working.
          prity

          Hi,

           

          Could you please help me resolving this issue .. As I have stuck from long on this. If anybody has any sample program to open a page from left navigation panel and open it in body frame.. It would be great help.

           

          I want to call an action in managed Bean so it can read from faces-config.xml to decide which jsf needs to be invoked when we hit the link in left-Nav panel.

           

          Please let me know if you need clarification about the question..