Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Struts Wiki" for change 
notification.

The following page has been changed by HubertRabago:
http://wiki.apache.org/struts/StrutsUpgradeNotes12to13

The comment on the change is:
Update a comment about deprecated methods and classes.

------------------------------------------------------------------------------
  ||html:img||lowsrc||Non-standard attribute; No longer supported.||
  
  ----
- Some users who were not using the Struts taglibs or tiles have reported 
success with simply "dropping-in" the Struts 1.3 "core" JAR and Commons Chain 
1.0.  This is unlikely to work if you have not been keeping up with deprecation 
warnings, as many deprecated methods and classes are being completely removed 
with the Struts 1.3.0 release.  ('''note:''' we should keep an explicit list, 
either here or in the change log)  
+ Some users who were not using the Struts taglibs or tiles have reported 
success with simply "dropping-in" the Struts 1.3 "core" JAR and Commons Chain 
1.0.  This is unlikely to work if you have not been keeping up with deprecation 
warnings, as many deprecated methods and classes have been completely removed 
with the Struts 1.3.0 release.
  
  Note that even if you explicitly specify in the struts-config.xml that you 
want to use the original RequestProcessor rather than the 
ComposableRequestProcessor, you still must add Commons Chain to your webapp's 
classpath, as the chain initialization code currently lives in the 
ActionServlet.  This architecture is open to discussion, but as it is 
currently, you need Commons Chain in your webapp even if you don't use the 
ComposableRequestProcessor. 
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to