Re: Issue with Struts 2 + Tiles

2013-10-03 Thread Lukasz Lenart
2013/10/4 Srineel Mazumdar : > Hi, > > Yes.. On further research i found that i am using strut2-tile-plugin2.0.6 > which requires TilesListener which is present in tiles-core-2.0.3. . Now I > am getting : > > Caused by: java.lang.ClassNotFoundException: org.apache.tiles.TilesException > at > org.ap

Re: Issue with Struts 2 + Tiles

2013-10-03 Thread Srineel Mazumdar
Hi, Yes.. On further research i found that i am using strut2-tile-plugin2.0.6 which requires TilesListener which is present in tiles-core-2.0.3. . Now I am getting : Caused by: java.lang.ClassNotFoundException: org.apache.tiles.TilesException at org.apache.catalina.loader.WebappClassLoader.loadCl

Re: Issue with Struts 2 + Tiles

2013-10-03 Thread Lukasz Lenart
2013/10/4 Srineel Mazumdar : > Hi, > > I am trying to implement Tiles2 with Struts 2. It works when I > give org.apache.tiles.web.startup.TilesListener in web.xml but creates > problem when I try tyo use Struts2TilesListener(error : cannot find > TilesListener) > > Is my workaround correct or I am

Issue with Struts 2 + Tiles

2013-10-03 Thread Srineel Mazumdar
Hi, I am trying to implement Tiles2 with Struts 2. It works when I give org.apache.tiles.web.startup.TilesListener in web.xml but creates problem when I try tyo use Struts2TilesListener(error : cannot find TilesListener) Is my workaround correct or I am making mistake elsewhere ? Regards, Srinee