<anyxmlelement xmlns:jstl-core="http://xmlns.jcp.org/jsp/jstl/core"/>
JSTL 1.2 core library
The pre Faces version of Facelets incorrectly declared the taglib
uri to be http://xmlns.jcp.org/jstl/core
. For backwards
compatibility implementations must correctly handle inclusions with the
incorrect uri, and the correct uri, declared here.
Info | Value |
---|---|
ID (tag prefix) | jstl-core |
URI | http://xmlns.jcp.org/jsp/jstl/core |
Tag | Description |
---|---|
catch | Catches any Throwable that occurs in its body and optionally exposes it. |
choose |
Simple conditional tag that establishes a context for
mutually exclusive conditional operations, marked by
|
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 |
forEach | The basic iteration tag, accepting many different collection types and supporting subsetting and other functionality |
otherwise |
Subtag of |
set |
Sets the result of an expression evaluation based on the
value of the attributes. If "scope" the is present, but has a zero
length or is equal to the string "page", This handler operates in one of two ways.
The first case takes precedence over the second. |
when | Subtag of <choose> that includes its body if its condition evalutes to 'true' |