Standard: An Implementation of the JSP™ Standard Tag Library (JSTL)
Version: 1.0
Release Notes

The Standard 1.0 release builds on the Standard 1.0 Beta 2 release, which introduced a variety of new features and rounded out some of the support initially provided in Standard 1.0 EA3.

The Standard 1.0 release, which is hosted at Apache, is used as the source repository for the JSTL 1.0 reference implementation supplied by Sun Microsystems, Inc.


Release History

19 Apr 2002
Standard 1.0 Beta2 released, which is compliant with the JSTL Proposed Final Draft.

12 Mar 2002
Standard 1.0 Beta1 released, which is compliant with the JSTL Public Review Draft.

12 Dec 2001
Standard 1.0 EA3 released. Version includes the following changes and additions:
21 Nov 2001
Standard 1.0 EA2 introduced. Version includes the following major changes and additions:

09 Oct 2001
JSTL 1.0 EA1 RI, version 1.2, introduced. This version includes support for ECMAScript.

23 Jul 2001
JSTL 1.0 EA1 RI, version 1.1, is released. This version is compatible with Tomcat 4.0 B6 and Tomcat 4.0 release.

10 Jul 2001
JSTL 1.0 EA1 RI first made available for download.

08 Jul 2001
Initial version of JSTL RI contributed by JSR-052 Expert Group and imported into Jakarta CVS archive.

Known Issues

  1. Use of null with <sql:param> and <sql:dateParam>

    The Standard 1.0 taglib utilizes the PreparedStatement.setObject(parameterIndex, null) when specifying the <sql:dateParam value="${null}" type='date'/> or <sql:param value="${null}" /> actions. Not all JDBC drivers currently support the passing of null to the PreparedStatement.setObject() method. If you encounter a failure with your JDBC driver, please execute a SQL DML statement which does not require <sql:param> or <sql:dateParam> to specify a null value for a given column.