c


XML Syntax:
     <anyxmlelement xmlns:c="http://jboss.org/schema/richfaces/cdk/jstl/core" />

Subset of JSTL 1.2 core library supported by RichFaces CDK.

Summary
choose

Simple conditional tag that establishes a context for mutually exclusive conditional operations, marked by <c:when> and <c:otherwise> tags.

forEach

The basic iteration tag, accepting many different collection types and supporting subsetting and other functionality.

Support for this tag is not currently implemented.

if

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

otherwise

Subtag of <c:choose> that follows tags and runs only if all of the prior conditions evaluated to 'false'.

when

Subtag of <c:choose> that includes its body if its condition evaluates to 'true'.

 


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.