Search code examples
jakarta-eerichfacesmanaged-bean

How to specify navigation LINK in rich:dropDownMenu?


Using Richfaces I am trying to make UI. I am Following showcase Link

Demo code DemoCode.java is not working.I am not able to specify link so that I can navigate from One page to another using links in Navigation link.

Unfortunately demo code have dummy link. So I am not able to understand how to specify other page links in the same.


Solution

  • <rich:menuItem label="Add New" onclick="document.location.href='page2.xhtml'"  icon="/images/book-add-icon.png">
    

    onclick solved my problem. I followed following link to solve the issue.

    http://livedemo.exadel.com/richfaces-demo/richfaces/dropDownMenu.jsf?c=menuItem