2 Replies Latest reply on Mar 3, 2009 10:31 AM by kanikman

    RestFaces and RichFaces navigation problem

    kanikman

      Hi

      I'm working on CMS system which is based on RichFaces and will be generating pages based on RichFaces too :). But I've encountered one big problem.

      I use RestFaces for bookmarking. But it works only when I clicked on text area of rich:panelMenuItem. When I cliecked on space where there isn't any text it does not work. I've tried to switch rich:panelMenu mode to server, ajax and none but it did not help me.

      <rich:panelMenuItem id="webPagesMenu">
      <rest:link value="testAction" styleClass="mainMenu">
      <f:param name="id" value="websites" />
      <h:outputText value="Web pages" styleClass="mainMenu" />
      </rest:link>
      </rich:panelMenuItem>

      rich:panelMenuItem displays something like a button and when I clicked outside of text on this button it does not work.

      Please any solution ?