UI-Component Sets
Project Documentation

Summary

Facelet Tag name: <c:when>
Facelet Tag class: org.apache.myfaces.view.facelets.tag.jstl.core.ChooseWhenHandler
Subtag of <choose> that includes its body if its condition evalutes to 'true'

Attributes

Name Type Required Description
test boolean true The test condition that determines whether or not the body content should be processed.