I have a common toolbar which I want to include on any
JSF page when needed. However I need a way to pass my pageBean to toolbar and access properties/methods on the passed pageBean.
The pageBean is in
request scope.
Below is the code. I want to include common_toolbar.xhtml into page1.xhtml
common_form.xhtml is where my template is defined and I have not listed, since it is not needed to show my example.
page1.xhtml:
/pages/common_toolbar.xhtml
The page renders fine but
when i click on save link I get following error:
On the save, why is JSF framework not creating and setting 'myPage1Bean' in request scope ?