SPECIAL NOTE ON UPGRADING - README FIRST! - If you use the standard CANCEL BUTTON in your application and validate is set to true for that mapping, you MUST also specify "cancellable=true" in the mapping, otherwise, an InvalidCancelException will be thrown if the Cancel button is used. See the new Opt-In Cancel Handling feature for more.
<action path="/ActionThatCanBeCancelled" validate="true" cancellable="true" ... </action>
This section contains release notes for changes that have taken place to the Struts 1 project, previously known as "Struts Classic" since Version 1.3.2. To keep up-to-date on all changes to Struts, subscribe to the (commits at struts.apache.org) list. To preview our plans for upcoming changes, please visit the Roadmap page .
Notes on upgrading are maintained in the Wiki Upgrade pages . The wiki is a community maintained resource - please feel free to add your input so that everyone can benefit from the collective experience.
For the version requirements of each library, see the Installation chapter .
The purpose of this section is to highlight the new features since the Version 1.3.2 release. For more detail, see the Project Info reports for each subproject, which include a list of external dependencies.
You can also access to the Apache Struts source repository and change logs directly through both web browser and Subversion client interfaces.
The Struts 1.3.3 release contains the following eight components: Core, Applications, EL, Extras, Faces, Scripting, Taglib, and Tiles.
The Struts, including the website, is being built with Maven 2. But, of course, you can continue to build your own projects any way you like!
The 1.3.x series of Struts has a minimum requirement of the following specification versions:
A following software dependency change applies to this release:
The following issues have been resolved since the 1.3.2 release: