GO Tag Library Release History
Version 1.0.2 October 2002
-
Beginning with this release, the Go Tag Library is distributed under the GNU Lesser General Public License (LGPL). You can
redistribute the library and/or modify it under the terms and conditions of that license. We chose the LGPL over GPL because
we could not determine if GPL would allow the tags to be used in commercial pages.
- The
locale tag will now also change the locale of the response object by default. You can use the
new changeResponse attribute to disable this behavior (changeResponse="false").
- The
getAmortization tag was changed to accept variations of TVM objects, i.e. TVM, TVMu.
Version 1.0.1 October 2001
-
This version corrects an error in the tag library descriptor (TLD) file that caused a library initialization exception in
Tomcat 4.0. The uri attribute in version 1.0.0 contained a complete url that pointed to a public copy of the tld on our
site. The JSR 1.2 specification states that the value should be an uri that uniquely identifies the library, not a url.
Version 1.0.0 September 2001
-
First public release. The Locale tag has been changed extensively. Please see the
online documentation .
Version 1.0.0 Beta May 2001
-
Added the locale tag which creates a locale object and makes it
available as a variable within a specific scope. The
locale
attributes of the setDecimalProperty and getDecimalProperty tags now accept the name of
a variable that was introduced by a locale tag.
Version 1.0.0 Beta March 2001
-
The tags did not search all scopes for the bean name. They now search page, request, session, and application
scopes in that order.
Version 1.0.0 Beta December 2000
See the features page for more information about the library.
Current Requirements and Limitations:
| Minimum Requirements |
Java 2, JSP 1.1 |
| Testing |
The library has been tested with:
- Windows 2000
- Jakarta Tomcat 3.2.1 and 4.0
- JRun 3.0
|
|