H: The panel group body is still running when the render is set to false

I do not understand why the h: panelGroup body is still running, even when rendered="false"

<h:panelGroup rendered="false" layout="block"> this code is still execute </h:panelGroup>

Am using jsf 2.2.13 and tomcat 7.

thanks for the help

0
jsf
source share

No one has answered this question yet.

See similar questions:

7
panelGroup without a style or styleClass is not displayed if no ID is specified
3
Although rendered = "false", the contents of h: dataTable are always evaluated

or similar:

nine
JSF output phase (why is my code executing?)
3
Show or hide HTML DIV in JSF 1.2
3
Although rendered = "false", the contents of h: dataTable are always evaluated
3
Apply JSF attribute to display
one
h: dataTable getter is called despite rendered = "false"
one
Attempting to render ah: panelGroup outside of ui: repeat with complex structure
0
jstl c: if executed when false
0
JSF components not showing up when running Spring Boot application in Eclipse Tomcat
0
JSF: Hide h: panelGroup when clicking on it
0
JSF does not show the component, even if the "rendered" attribute evaluates to true

All Articles