Name | Last modified | Size | Description | |
---|---|---|---|---|
Parent Directory | - | Jakarta project | ||
README.html | 2022-11-17 15:54 | 1.9K | Jakarta project | |
binaries/ | 2005-10-05 23:39 | - | Jakarta project | |
jakarta-taglibs-standard-current-src.tar.gz | 2022-11-17 15:54 | 280K | Jakarta project | |
jakarta-taglibs-standard-current-src.tar.gz.asc | 2022-11-17 15:54 | 186 | Jakarta project | |
jakarta-taglibs-standard-current-src.zip | 2022-11-17 15:54 | 626K | Jakarta project | |
jakarta-taglibs-standard-current-src.zip.asc | 2022-11-17 15:54 | 186 | Jakarta project | |
jakarta-taglibs-standard-current.tar.gz | 2022-11-17 15:54 | 873K | Jakarta project | |
jakarta-taglibs-standard-current.tar.gz.asc | 2022-11-17 15:54 | 186 | Jakarta project | |
jakarta-taglibs-standard-current.zip | 2022-11-17 15:54 | 933K | Jakarta project | |
jakarta-taglibs-standard-current.zip.asc | 2022-11-17 15:54 | 186 | Jakarta project | |
source/ | 2005-10-05 23:38 | - | Jakarta project | |
This directory contains releases for the 1.1.x versions of the Standard Tag Library, Jakarta Taglibs's open-source implementation of the JSP Standard Tag Library (JSTL), version 1.1. JSTL is a standard under the Java Community Process.
Standard-1.1.x requires a JSP 2.0 container, while Standard-1.0.x requires a JSP 1.2 container. For more information about JSTL, see Sun's JSTL page.
Thank you for your interest in the JSP Standard Tag Library.
The 1.1 releases for the Standard Taglib are named jakarta-taglibs-standard, followed by both .tar.gz and .zip.
Note: The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar.
If you have questions about the Standard Taglib, or the JSTL standard it implements, you are encouraged to join the taglibs-user@jakarta.apache.org mailing list. If you are interested in joining, online instructions are available.
The tar.gz and zip files have been digitally signed (using a PGP-compatible program). Signatures show up in files ending in .asc that accompany tar.gz and zip files. The PGP keys can be found in the distribution directory at http://www.apache.org/dist/jakarta/taglibs/KEYS.
If you are concerned about security, always test the signatures. For example:
> pgpk -a KEYS > pgpv jakarta-taglibs-standard-1.0.tar.gz.asc-OR-
> pgp -ka KEYS > pgp jakarta-taglibs-standard-1.0.tar.gz.asc-OR-
> gpg --import KEYS > gpg --verify jakarta-taglibs-standard-1.0.tar.gz.asc