standard taglib * an implementation of the JSP Standard Tag Library * 
Examples     Introduction * General Purpose * Conditionals * Iterators * Import * I18N & Formatting * XML * SQL * Misc.

General-Purpose Tags Examples

<out>  

This example features <out> used with default values using the default attribute as well as the tag's body content.

<set>  

We set the value of an application scope attribute from the <set> tag body content. This application scope variable is then used in a second JSP page.

standard taglib * an implementation of the JSP Standard Tag Library *