Re: java.lang.ClassNotFoundException with struts2 after introducing tiles in my application

2011-10-11 Thread Muneer Malik
can you please see the documentation in the below link? http://tiles.apache.org/2.2/framework/tutorial/configuration.html#Pure_Java_configuration Best, Muneer On Tue, Oct 11, 2011 at 7:10 PM, Dave Newton wrote: > IIRC the version of Tiles you're using is past what the Tiles plugin > supports:

Re: java.lang.ClassNotFoundException with struts2 after introducing tiles in my application

2011-10-11 Thread Dave Newton
IIRC the version of Tiles you're using is past what the Tiles plugin supports: http://mvnrepository.com/artifact/org.apache.struts/struts2-tiles-plugin/2.2.1 This is one reason why handling dependencies manually is almost always a bad idea these days. Dave On Sat, Oct 8, 2011 at 12:14 PM, sbhat

Re: java.lang.ClassNotFoundException with struts2 after introducing tiles in my application

2011-10-11 Thread sbhatia
Correction in the jar i was using and now i am using following jars: commons-beanutils-1.8.3.jar commons-collections-3.2.1.jar commons-digester3-3.0.jar commons-fileupload-1.2.2.jar commons-io-2.0.1.jar commons-logging-1.0.4.jar freemarker-2.3.8.jar ognl-2.6.11.jar struts2-core-2.0.11.jar struts2-d

java.lang.ClassNotFoundException with struts2 after introducing tiles in my application

2011-10-11 Thread sbhatia
I was working on one of my application using struts 2 and it was working until i decided to use tiles into it. I am one facing issue whenever i start my server from eclipse and it says: SEVERE: Error configuring application listener of class org.apache.struts2.tiles.StrutsTilesListener java.lang.