RE: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread Shrinivas Parashar
If you are using Struts tiles and planning to use tiles 2 for struts 2 code, then you might have to migrate struts to tiles 2. Regards, Shrinivas -Original Message- From: Dave Newton [mailto:davelnew...@gmail.com] Sent: 03 December 2011 09:42 To: cwal110...@gmail.com; Struts Users Mail

Re: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread Dave Newton
Except for the JSPs. On Dec 2, 2011 11:10 PM, "cwalet" wrote: > use struts2-struts1-plugin-2.2.3.jar in your struts2.x project to > support struts1.x quickly and automaticly > > - > To unsubscribe, e-mail: user-unsubscr...@struts

Re: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread cwalet
use struts2-struts1-plugin-2.2.3.jar in your struts2.x project to support struts1.x quickly and automaticly - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread Eric Lentz
> 1) Is it technically possible? Yes > 2) If yes, what are the changes needs to be done for this regard? Add the Struts 2 jars and add a filter to web.xml for .action like you would do for a stand-alone Struts 2 web app. > 3) Is there any documentation available explaining such implementation o

Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread vivek mishra
Hello Folks, I have developed an application using struts 1.2. Now I want to carry on my next phase of development with struts 2.x. My questions are; 1) Is it technically possible? 2) If yes, what are the changes needs to be done for this regard? 3) Is there any documentation available explaini