Appendix A. JSTL Reference
This appendix contains an alphabetical listing of the JSTL tags. The tags are grouped according to the four tag libraries that make up JSTL. We present each tag, along with the attributes used with that tag.
JSTL supports the notion of twin tag libraries. The tags shown here are from the more commonly used EL library. These tags are capable of handling expressions of the following form:
<c:set var="a" value="${100*100}"/>
In addition to the EL expression language, JSTL includes a second set of tags that are able to process RT expressions. To specify the RT twin library, you must append the suffix -rt
to the end of the tag library name. For example, the tag <c:set>
becomes <c-rt:set>
. The following tag uses the RT expression ...
Get JSTL: JSP Standard Tag Library Kick Start now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.