RE: Running Struts1 and Struts2 together?

2010-08-30 Thread Andrew Foltan (afoltan)
Hello, We're currently successfully running a combined Struts1 / Struts2 environment in some of our products. This allows us to leverage legacy S1 pages in new products without investing in rewriting as S2. Its accomplished by starting the S2 controller from the web.xml file. Not too difficul

Re: Running Struts1 and Struts2 together?

2010-08-30 Thread Stephen Turner
On Mon, 23 Aug 2010 14:22:54 -0400, Greg Lindholm wrote: Is there any issues with running Struts1 and Struts2 together in the same application? I have a couple old Struts1 applications which I plan on converting to Struts2 over time, but would like to start doing new development in Struts2 i