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>
no you should just add submitMode=none to this link.