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

General Purpose Tags Examples

<out>  

Shows <out> with default values using the default attribute as well as the tag's body content.

<set>  

Setting 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 *


Copyright 2006 Sun Microsystems, Inc. All rights reserved.