You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Volker Krebs <vo...@abas.de> on 2016/09/01 06:00:13 UTC

Re: Struts 2.3 to 2.5 migration guide

I don't have the rights to edit, so I post it here.
After migrating our project I wrote the following notes:

Class movements:
com.opensymphony.xwork2.ValidationAware -> 
com.opensymphony.xwork2.interceptor.ValidationAware

org.apache.struts2.dispatcher.ServletActionRedirectResult -> 
org.apache.struts2.result.ServletActionRedirectResult

org.apache.struts2.dispatcher.ServletDispatcherResult -> 
org.apache.struts2.result.ServletDispatcherResult

Tags attributes:
"<s:property escape=" becomes "<s:property escapeHtml="

Regards,
Volker


On 31.08.2016 21:30, Aleksandr Mashchenko wrote:
> Started Struts 2.3 to 2.5 migration guide -
> https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration
>
> Feel free to improve / add additional steps (SMI, DMI, Tiles, etc.).
>
> ---
> Regards,
> Aleksandr

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Struts 2.3 to 2.5 migration guide

Posted by Lukasz Lenart <lu...@apache.org>.
2016-09-01 8:00 GMT+02:00 Volker Krebs <vo...@abas.de>:
> I don't have the rights to edit, so I post it here.
> After migrating our project I wrote the following notes:
>
> Class movements:
> com.opensymphony.xwork2.ValidationAware ->
> com.opensymphony.xwork2.interceptor.ValidationAware
>
> org.apache.struts2.dispatcher.ServletActionRedirectResult ->
> org.apache.struts2.result.ServletActionRedirectResult
>
> org.apache.struts2.dispatcher.ServletDispatcherResult ->
> org.apache.struts2.result.ServletDispatcherResult
>
> Tags attributes:
> "<s:property escape=" becomes "<s:property escapeHtml="

Done
https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration


Regards
-- 
Ɓukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org