Can I ReRender the entire tree of a component?
- by Ben
Hi,
I have a JSF application with several major components and a component tree under each.
On a certain event (Value change) I would like to reRender the entire component tree for one of those components.
For example: can I rerender components 1,2 and 3 in one shot here:
<h:panelgroup id="1">
<h:panelgroup id="2">
…