JBoss.orgCommunity Documentation

Chapter 12. Template tags overview

The <c:forEach /> iterates over a collection, iterator or an array of objects. It uses the same syntax as the standard JSTL <c:forEach /> tag.


The <c:if /> tag is a simple conditional tag, which evalutes its body if the supplied condition is true.


The <c:set /> tag declares a request scope variable with a value returned by an evaluated expression.


The <f:attribute /> tag assigns a value to a component attribute.


The <f:insert /> tag calls some subTemplate.


The <f:clientId /> tag declares a variable with a ClientId of the component as the value.