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
Post a Comment