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-

combining Struts1 and Struts2

2007-12-06 Thread KWilmink
en it ends on .action)? I really hope someone can help me out on this one! thanks in advance -- View this message in context: http://www.nabble.com/combining-Struts1-and-Struts2-tf4955070.html#a14189450 Sent from the Struts - User mailing list archive at Nabbl