| 
 | |||||||
| FRAMES NO FRAMES | |||||||
                    
                
                    <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
                    
                
                    <anyxmlelement xmlns:c="http://java.sun.com/jsp/jstl/core" />
JSTL 1.2 core library
| Tag Library Information | |
| Display Name | JSTL core | 
| Version | 1.2 | 
| Short Name | c | 
| URI | http://java.sun.com/jsp/jstl/core | 
| Tag Summary | |
| 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 | 
| 
 | |||||||
| FRAMES NO FRAMES | |||||||