I'm not sure this is the recommended solution, but I usually use panelGroup for that...
Frank Russo Senior Developer FX Alliance, LLC -----Original Message----- From: David Delbecq [mailto:[EMAIL PROTECTED] Sent: Monday, September 11, 2006 9:14 AM To: MyFaces Discussion Subject: Conditionnal processing 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.

