We use a lot of ui:remove
in our xhtml (a lot in loop also) to leave some informative comments (not to comment out some code). Saying in that, I was wondering if there is a good reason to use this if it's not to comment out code?
Since I'm working on JSF component tree optimisation in our project, I was wondering if using ui:remove
add a component in the JSF component tree? If so, I'd use classic <!-- -->
tags