Context « Page « JSF Q&A





1. JSF page rendering error:Faces Context    stackoverflow.com

I am getting the below messages when my JSF page gets rendered. The page is rendered correctly however in the Console the message below repeats itself numerous times...

INFO: ERROR: Unable to ...

2. Reuse JSF page in different "contexts / navigation paths"    stackoverflow.com

i want to use a detail/edit view, e.g. for editing customer details, and this view should be available from various other views. e.g. from a customer list view, an order view, ...