condition « Tag « JSF Q&A





1. Conditional rendering of subclasses within JSF ui:repeat tag    stackoverflow.com

in a way similar to here I am using an abstract class to type the item set list of ui:repeat. Concrete subclasses override the getType() method, that is ...

2. Can I specify a conditional rendering for an f:selectItem tag?    stackoverflow.com

How can I specify a conditional rendering for an f:selectItem tag. I need to display f:selectItem options according to a specific user's status. For example, I wanted something like:

  <f:selectItem itemLabel="Yes! ...

3. Conditional wrapping with tag    coderanch.com