I am creating a portal in jsf with a left menu(rich:panelMenu) and with a content area on the right side. I want to refresh only the content area with different forms on clicking the menu items in the left menu. The menu selection needs to retained. Which is the proper technique to handle this ?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Do you mean aside from specifying the ID of the content panel in the reRender attribute of your a4j UPDATE: Well you could use an a4j include like this:
UPDATE#2: The setContenViewIdLink1 might look something like this:
|
|||||||||
|