Re: Migration from Struts1 to Struts2.5

2017-11-15 Thread Lukasz Lenart
2017-11-15 16:26 GMT+01:00 JK : > struts2-core-2.5.13.jar > struts2-tiles-plugin-2.3.8.jar > tiles-core-2.0.6.jar > tiles-jsp-2.0.6.jar > tiles-api-2.0.6.jar You are using a wrong version of Tiles, Struts 2.5.13 and the Struts 2 Tiles plugin based on Tiles 3 - you must use

Re: Migration from Struts1 to Struts2.5

2017-11-15 Thread Yasser Zamani
On 11/15/2017 6:56 PM, JK wrote: Caused by: org.apache.tiles.TilesException: Unable to resolve factory class: 'org.apache.struts2.tiles.StrutsTilesContainerFactory' It seems you don't have Struts Tiles Plugin 2.5.13 in your classpath. Please try below in your pom.xml:

Migration from Struts1 to Struts2.5

2017-11-15 Thread JK
Hello All, We have a web application that was running on Struts1 and need to Migrate that to the latest version of Struts (meaning 2.5.13). I have done migration of couple of pages to Strut2 but we have some tile which were defined for setting Header and Footer. I have a created a tiles.xml