1 Reply Latest reply on Mar 25, 2009 9:22 AM by ilya_shaikovsky

    go to link via menuItem

    nimo22

      I have something like this:

      <rich:menuItem value="Go To" disabled="false">
      <a4j:support event="onclick" ...>
      <a4j:actionparam .../>
      </a4j:support>
      </rich:menuItem>


      How can I provide a viewId(Link) within the menuItem. I want to click the menuItem to go to a specific site.

      For example in seam, there is a s:button:

      <s:button view="/mySite.xhtml" value="MySite">