Understanding Variables and Scope in JSPs


Overview

The Bean Tag Library is a collection of utility tags that provides convenient access for interacting with Web application objects within a JSP. Most of the tags are used to capture references to specific objects and store them in JSP scripting variables so that other tags can access the objects. The remaining tags are used to render objects to the JSP output.

Note 

Some of the tags in this library have JSTL equivalents that should be used in lieu of these tags. See Chapter 17 for more information on using JSTL with Struts and the list of Struts tags that can be replaced with JSTL equivalents.



Struts. The Complete Reference
Struts: The Complete Reference, 2nd Edition
ISBN: 0072263865
EAN: 2147483647
Year: 2004
Pages: 165
Authors: James Holmes

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net