JSTL core Facelets Tag Library.


Standard Syntax:
     <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

XML Syntax:
     <anyxmlelement xmlns:c="http://java.sun.com/jsp/jstl/core" />

JSTL core Facelets Tag Library.

Tag Library Information
Display NameJSTL core Facelets Tag Library.
Version2.0
Short Namec
URIhttp://java.sun.com/jsp/jstl/core
 

Tag Summary
catchCatches any Throwable that occurs in its body and optionally exposes it.
chooseSimple conditional tag that establishes a context for mutually exclusive conditional operations, marked by <when> and <otherwise>
otherwiseSubtag of <choose> that follows <when> tags and runs only if all of the prior conditions evaluated to 'false'
whenSubtag of <choose> that includes its body if its condition evalutes to 'true'
forEachThe basic iteration tag, accepting many different collection types and supporting subsetting and other functionality
ifSimple 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
setSimplified implementation of c:set Sets the result of an expression evaluation in a 'scope'
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.