standard taglib • implementation of the JSP Standard Tag Library • support   development   comments to JSR-52
Examples     IntroductionGeneral PurposeConditionalsIteratorsImportI18N & FormattingXMLSQLTLVMisc.

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 • implementation of the JSP Standard Tag Library • support   development   comments to JSR-52