Like div/span in HTML, I’d like to know if there has similar tags in JSF. It should be meaningless in HTML display, but only for organizing document composition.
For example:
<h:abstractGroup id="a" rendered="false">
...
</h:abstractGroup>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The rendering of a group of child components can be controlled with the facelet tag
<ui:fragment>.See also Alternative to ui:fragment in JSF