"I've had nothing yet, so I can't take more."
"You mean you can't take less. It's very easy to take more than nothing."
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 Struts, since the Version 1.3.3 distribution. To keep up-to-date on all changes to the framework, subscribe to the (commits at struts.apache.org) list. To preview our plans for upcoming changes, please visit the Roadmap page .
The purpose of this section is to highlight the new features since the Version 1.3.3 distribution. For more detail, see the Project Info reports for each component, 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.5 distribution contains the eight components: Core, Applications, EL, Extras, Faces, Scripting, Taglib, and Tiles.
The entire Struts distribution, 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 distribution:
The following issues have been resolved since the 1.3.3 test build: