I just stated with JSF2. I am stuck with creating a application model. I have tried out something like in here. With a Header, Body and footer. Now is it possible to change the content view, if a click on some button on header.
My approach was like i have menu in header and i want the body part change based on my selection.
[Menu] page1.XHTML
[Content] page2.xhtml
[Footer] page3.xhtml
I need page2 to change to page4.xhtml when i trigger some action from page1.xhml.
I'm totally blank if this approach is contra to JSF philosophy.