I have a template made of one header and one body. In the header there's a Primefaces ajax component that has to update portions of my body. The problem is that pages which implement the body template have panels and other components with different ids and the update
attribute of my header's component expects a list of ids.
What I need? I need to let my pages set the header's component's update
attribute. So, anywhere in my application flow, the header component will update the correct portions of the specifically page.
Is that possible?
Running on PrimeFaces 3.5, Mojarra 2.1.13, JDK 1.6.x. Thanks!