I have a JSF page that is included in other JSF pages (basically a page header, with common information). This common page has its own controller and is reliant that the page wh
See comment from BalusC. There is no standard for this in the JSF API spec. Use a composite or custom component instead.