Struts1/Tiles and Struts2/tiles in same app

2007-08-25 Thread Darryl Thompson
Hello, I have production application written using Struts1.2 and Tiles 1, and I need to implement the new Struts2/Tiles 2 features within the same web app. I have not found any good documentation that explains how to do this. I have created a simple Struts1/Tiles1 app that also has Struts2/Tile

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-25 Thread Darryl Thompson
to it. You can also point right to a jsp but I also dont know how to do that. But I definately know that tiles.xml defintions work cuz I've tried it myself so. Good luck. On 8/25/07, Darryl Thompson <[EMAIL PROTECTED]> wrote: > > Hello, > > I have production application wri

Re: Struts1/Tiles and Struts2/tiles in same app

2007-08-26 Thread Darryl Thompson
Ray, I followed your instructions and now I am getting this exception on startup: java.lang.ClassNotFoundException: org.apache.myfaces.webapp.StartupServletContextListener I don't have the struts-jsf plugin jar in my web-inf and I removed the myfaces jar files. I did a search of the file direct

Re: Struts1/Tiles and Struts2/tiles in same app - Works!

2007-08-26 Thread Darryl Thompson
After following the instructions received from Ray Clough I only had to drop the commons*.jar and tiles*.jar files into my eclipse embedded Tomcat commons/lib directory and everything worked! Many thanks to you Ray! - Original Message From: Ray Clough <[EMAIL PROTECTED]> To: user@strut