DEPRECATIONS - The entire custom tag library
that is documented in struts.tld
has been deprecated.
These tags correspond to the Struts 0.5 functionality that is also
deprecated, and have been replaced (and considerably enhanced) in
the various individual tag libraries.
DEPRECATIONS - The entire custom tag library
that is documented in struts-form.tld
has been deprecated
because this library has been renamed struts-html.tld
instead.
DEPRECATIONS - Several classes in the
org.apache.struts.util
package have been marked as
deprecated in their entirety, because they will be replaced by
versions from the Jakarta Commons project once those packages are
released. These deprecated classes will not be
removed until a release after Struts 1.1. In general, the only
change required inside user code using these classes will be to
update the import
statement. The following classes
are involved:
- ArrayStack
- BeanUtils
- ConvertUtils
- FastArrayList
- FastHashMap
- FastTreeMap
- GenericConnection
- GenericDataSource
- PropertyUtils
The following new features have been added to the basic controller
framework (package org.apache.struts.action
):
The following new features have been added to the utility classes
(package org.apache.struts.util
):
The following new features have been added to the
struts-html custom tag library (package
org.apache.struts.taglib.html
):
- The
<html:link>
tag now supports the optional
title
attribute, that causes some browsers to display
alternate text when the mouse is hovered over a hyperlink.
The following new features have been added to the
struts-logic custom tag library (package
org.apache.struts.taglib.logic
):
- The
<logic:iterate>
tag now supports a new
attribute, indexId
. This attribute names a page scope
attribute (and corresponding scripting variable) that will be
exposed in the nested body of the iteration, which will contain
the current loop index as a java.lang.Integer.
The following new features have been added to the
struts-template custom tag library (package
org.apache.struts.taglib.template
):
The following new features have been added to the Struts Documentation
application (and corresponding contents on the Struts web site):