WebWork taglibs can be used in Sitemesh decorators to access Action properties
Validator short-circuiting to allow validation to stop on first invalid data
Improved class hierarchy resource bundle searching
File upload support has been rebuilt to allow for multiple files with the same HTTP parameter name. Besides "cos" and "pell" support, "jakarta" support has been added, utilizing the Commons-FileUpload library. Only "jakarta" supports multiple files with the same HTTP parameter name. In future versions "jakarta" may become the default upload library, replacing "pell".
Migration Notes
Version
Description
Old Code
New Code
2.1
There is a new validator DTD: xwork-validator-1.0.2.dtd. You aren't required to use this, but you will need to if you wish to use the new short-circuiting validation
N/A
N/A
2.1
File upload support has been rebuilt, although we don't see any compatibility problems with 2.1. However, many of the methods in MultiPartRequest have become deprecated in favor of new ones. Please switch to these as soon as possible.