Hello, I have a little question regarding conditionnal processing of JSF components. There is the possibility to process or not a specific JSF component using the rendered property. However, is there a facility to not process a whole section of my JSP depending on a property? Which tag should i use to encapsulate a whole section of a JSP to render conditionnaly? f:verbatim? h:panelGroup?
Thanks for hints.

