UI-Component Sets
Project Documentation

Summary

Facelet Tag name: <c:if>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.jstl.core.IfHandler
Simple conditional tag, which evalutes its body if the supplied condition is true and optionally exposes a Boolean scripting variable representing the evaluation of this condition

Attributes

Name Type Required Description
scope String false Scope for var.
test boolean true The test condition that determines whether or not the body content should be processed.
var String false Name of the exported scoped variable for the resulting value of the test condition. The type of the scoped variable is Boolean.