jsf - How to open a page against each richfaces menuitem on the same webpage -


I'm new to Java, I'm looking for answers to the following questions. I am creating a website using JSF, in which I am using a Richfase Menu (PanelMenu Group and PanelManuite). I want to display a new page in front of the menu bar against each item in the menu (i.e. when I click on menu, open a new page in front of the menu bar). Any solutions?

Thank you.

U can create a h: command links and action related beans Call the method that gives the desired page

  pulling string welcome () {. Return "\ welcome.xhtml"; }    

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -