Introduction
This section contains release notes for changes that have taken place since Version 1.2.4.
The number in [square brackets] refers to the Subversion revision number. References to "#12345" are to the Bugzilla ticket number (if any).
To keep up-to-date on all changes to Struts, subscribe to the dev@ list.
Version 1.2.6
2004-11-20 [105966] - Resolve #31642, "<bean:include> always include Session id (if any) even for external Urls (href attribute)".
2004-11-20 [105965] - Resolve #32283, "Two slashes created by TagUtils.getActionMappingURL for webapps in root context".
2004-11-20 [105963] - Resolve #32265 "add a warning to reset FormFile".
2004-11-19 [105907] - Resolve #32323, "Shale mailreader example should define the servlet version as 2.4".
2004-11-19 [105888] - Changes to update maven build after SVN layout re-org.
2004-11-19 [105881] - Remove redundant definitions of maven.repo.central and maven.repo.central.directory.
2004-11-18 [105785] - Added ability to load struts, validator, and tiles config files from classloader if not found in the servlet context.
2004-11-18 [105787] - Better handling of servlet initialization errors to mark the servlet as unavailable and notify the developer of the probable cause.
2004-11-18 [76271] - Add missing base class for Shale test cases.
2004-11-16 [76098] - Resolve #32134, "Must use contextRelative to forward to Actions in Default module".
2004-11-13 [57587 - 65927 (not consecutive)] - Subversion repository rearranged into separate core, el, faces and sandbox subprojects.
2004-11-09 [57108] - Resolve #31983, "Validator validwhen documentation typo".
2004-11-09 [57099] - Resolve #32123, "DigestingPlugIn can't load a digester rule file".
2004-11-06 [56770] - Resolve #32047, ""created" boolean in FacesRequestProcessor.doForward() not being set".
2004-11-05 [56678] - Resolve #23924. Improve TagUtils.filter() performance.
2004-11-03 [56532] - add LazyValidatorForm
2004-10-29 [56018 / 56513 / 56520] - Change BeanUtils dependency to 1.7.0, Digester dependency to 1.6 and remove Collections Dependency
2004-10-29 [56011] - Add "actions/DownloadAction.java", an abstract action that provides the nuts and bolts for downloading files.
2004-10-29 [55980] - Document that if a link to a forward is used to switch modules, the path must point to an action.
2004-10-15 [55577] - Resolve #31399 "Message resources file in Struts Blank is misplaced". [55584] Update README with new layout.
2004-10-25 [55576] - Resolve #31348 "Using a tiles definition as errorPage causes infinite looping".
2004-10-24 [55416] - Resolve #31761 "NullPointerException in ActionServlet".
2004-10-22 [55318] - Resolve #31850. Implement Serializable on ActionServletWrapper.
2004-10-19 [55110] - Add documentation to base chain-config.xml to help Tiles users.
2004-10-18 [55025] - Resolve #31755. Document the default value for "scope" on an <action> element in the DTD for a struts-config.xml file (along with all the other documentation).
Version 1.2.5 [54947]
2004-10-16 [54947] - Version 1.2.5 tagged.
2004-10-16 [54936] - Update several Javadoc parameter names to resolve Javadoc generation warnings.
2004-10-15 [54892] - Remove dependency on commons-lang.
2004-10-15 [54889] - Update roadmap for 1.2.4 / 1.2.5 releases.
2004-10-09 [54187] - Move Struts-Faces from "contrib" to the trunk.
2004-10-03 [51829] "Add header,footer,prefix,suffix attributes to ErrorsTag".
2004-10-03 [51825] - Resolve #31481 Have Tiles ControllerSupport execute() call perform() for backward compatibility. To be removed after version 1.2.
2004-10-02 [51824] - Add validwhen test to compare two Strings containing numbers
2004-10-02 [51873] - Resolve #31514 "Do numeric compare when both items convertable to Integer".
2004-10-01 [51759] - Move repository to Subversion.
2004-09-23 - Resolve #17708 "Better i18n and alternate bundle support for html tags". Add missing "bundle" attribute to tld for html tags. Tags affected are ButtonTag, CancelTag, CheckboxTag, FileTag, FrameTag, HiddenTag, LinkTag, MultiboxTag, PasswordTag, RadioTag, ResetTag, SelectTag, SubmitTag,TextTag, TextareaTag. Also added a test for the bundle attribute for each of the above tags
2004-09-23 - Add missing nested tag attributes. Resolve #31212 "nested:link module attribute not specified in tld". Resolve #20417 "Attribute idName not declared for NestedRadioTag".
2004-09-23 - Resolve #31374 "Forward path in Validator struts-config.xml in struts-examples incorrect".
2004-09-23 - Refactor some of the HTML tags make extending them easier. * added prepareOtherAttributes() method * added prepareName() method * use getters rather than instance variables * Refactored SubmitTag * ButtonTag, CancelTag and ResetTag now inherit from SubmitTag.
Next: Installation