2 Replies Latest reply on Jun 28, 2007 3:54 AM by emsa

    Problem with rich:menuItem using submitMode=none

    emsa

      Hi,

      I'm trying to use something like:

      <rich:menuItem submitMode="none">
       <h:outputLink value="/mypage,jsf">
       Link
       </h:outputLink>
      </rich:menuItem>
      


      but the rendered result is broken:

      <a class="rich-menu-item-label" href="#" id="j_id5:j_id8:anchor">
       <a href="/mypage.jsf">Link</a>
      </a>
      


      from what I get from the docs using "none" should work and the outer "action" style href should not be rendered - or?

      /Magnus