Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread ravirajmishr...@gmail.com
On 2017-10-23 16:26, Lukasz Lenart wrote: > 2017-10-23 12:51 GMT+02:00 sreekanth : > > try remove TilesServlet from web.xml as well, tiles 3 works differently from > > tiles 2 > > > > Please ref : https://struts.apache.org/docs/tiles-3-plugin.html > > The link above is outdated, please use thi

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread ravirajmishr...@gmail.com
On 2017-10-23 16:26, Lukasz Lenart wrote: > 2017-10-23 12:51 GMT+02:00 sreekanth : > > try remove TilesServlet from web.xml as well, tiles 3 works differently from > > tiles 2 > > > > Please ref : https://struts.apache.org/docs/tiles-3-plugin.html > > The link above is outdated, please use thi

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread Lukasz Lenart
2017-10-23 12:51 GMT+02:00 sreekanth : > try remove TilesServlet from web.xml as well, tiles 3 works differently from > tiles 2 > > Please ref : https://struts.apache.org/docs/tiles-3-plugin.html The link above is outdated, please use this one http://struts.apache.org/plugins/tiles/ Regards --

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread sreekanth
try remove TilesServlet from web.xml as well, tiles 3 works differently from tiles 2 Please ref : https://struts.apache.org/docs/tiles-3-plugin.html -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html ---

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread ravirajmishr...@gmail.com
On 2017-10-23 14:30, sreekanth wrote: > Try removing the following filter from your web.xml > > struts-cleanup > > org.apache.struts2.dispatcher.ActionContextCleanUp > > > > ActionContextCleanUp has been removed in this version > > > >

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread sreekanth
Try removing the following filter from your web.xml struts-cleanup org.apache.struts2.dispatcher.ActionContextCleanUp ActionContextCleanUp has been removed in this version -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f342604

Re: Upgrading from struts 2.3.x to struts 2.5.x

2017-10-23 Thread ravirajmishr...@gmail.com
On 2017-10-18 17:02, Lukasz Lenart wrote: > 2017-10-18 12:14 GMT+02:00 ravirajmishr...@gmail.com > : > > struts2-tiles-plugin-2.5.13.jar > > tiles-api-3.0.7.jar > > tiles-core-3.0.7.jar > > tiles-el-3.0.7.jar > > tiles-jsp-3.0.7.jar > > commons-beanutils-1.9.2.jar > > commons-digester-2.1.jar >