Re: combining Struts1 and Struts2

2007-12-06 Thread Ted Husted
On Dec 6, 2007 7:51 AM, Paul Benedict <[EMAIL PROTECTED]> wrote: > Unlike Struts 1, Struts 2 wants your struts.xml in your > src/main/resources -- top of the classpath, not in WEB-INF. To load both configurations from WEB-INF/classes, change the config parameter to the S1 servlet: action o

Re: combining Struts1 and Struts2

2007-12-06 Thread Paul Benedict
Unlike Struts 1, Struts 2 wants your struts.xml in your src/main/resources -- top of the classpath, not in WEB-INF. KWilmink wrote: Hello, I got a project that i want to migrate from Struts1 to Struts2. The project is quite a complex project though. I started adding the jar files: * struts2-