1 Reply Latest reply on Jul 29, 2009 4:13 AM by ilya_shaikovsky

    rich:menuItem and link to static content

    trossmy

      I need a link to a ms doc file in my rich:toolBar...surprisingly I can't get it to work...do I really have to invoke an action to download it?
      It tried something like this:

       <rich:menuItem>
       <a href="/myApp/doc/permissions.doc">#{msg.permissions}</a>
       </rich:menuItem>
      

      but unfortunately it does not work when clicking directly on the link, even though right clicking and selecting open in new tab works!?!