A JSTL primer: The expression language (IBM developerWorks)
[Posted February 12, 2003 by cook]
IBM's developerWorks has
an article by Mark A. Kolb on the use of JSTL tags.
"
The JSP Standard Tag Library (JSTL) is a collection of custom tag libraries that implement general-purpose functionality common to Web applications, including iteration and conditionalization, data management formatting, manipulation of XML, and database access. In this first installment of his new series on developerWorks, software engineer Mark Kolb shows you how to use JSTL tags to avoid using scripting elements in your JSP pages."
(
Log in to post comments)