I want to understand the basic mechanism of <ui:remove>
. As per my knowledge, <ui:remove>
is basically used in conjunction when basic HTML stuff is part of your Facelets page. When you want, when rendering of the Facelets page happen, it should ignore this part of HTML code, we can use the <ui:remove>
tag.
Still I am confused about practical implications of <ui:remove>
. How often we need to use this Facelets tag? Additionally, the Facelets page is not compiled everytime when the page is hit.