After more than a year, Struts1.2.1Beta can finally be downloaded. It seems that the official version of Struts 1.2.1 will be launched soon. For Struts's supporters, you can download the beta version now, to experience it. Anyway, I am already under :-). Download address: http://cvs.apache.org/dist/struts/v1.2.1/ Detailed description: http://struts.apache.org/userguide/release-notes. HTML
New change (rough):
1.Validator's enhancement 2.Struts-chain 3. New mapingdispatchaction 4.ssion-scoped actionMessages 5.Tiles El 6.wildcard mapings (similar to using wildcards in Action)
PATH = "/ edit *"
Type = "org.apache.struts.Webapp.Example.edit {1} action"
Name = "{1} form"
Scope = "request"
Validate = "false">
Name = "failure"
Path = "/ mainmenu.jsp" />
Name = "success"
PATH = "/ {1} .jsp" />
7.Session-Scoped ActionMessages (ActionerrorS should be completely deprecated)
...........