Re: Implementation of Struts 2.x with Struts 1.1

2011-12-03 Thread vivek mishra
s 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 Mailing List > Subject: Re: Implementation of Struts 2.x with Struts 1.1 > > E

RE: Implementation of Struts 2.x with Struts 1.1

2011-12-02 Thread Shrinivas Parashar
Mailing List Subject: Re: Implementation of Struts 2.x with Struts 1.1 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

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