Re: Running Struts1 and Struts2 together?

2012-09-10 Thread Greg Lindholm
tags > > and replaced with std JSTL. > > > > > > > > On Mon, Aug 30, 2010 at 11:05 AM, Stephen Turner <sturner@> wrote: > >> On Mon, 23 Aug 2010 14:22:54 -0400, Greg Lindholm <greg.lindholm@ > > > >> wrote: > >> > >&g

Re: Running Struts1 and Struts2 together?

2012-09-10 Thread Lukasz Lenart
o and .action) in the >> jsp's. >> I also ended up cleaning up and removing an bunch of S1 tags >> and replaced with std JSTL. >> >> >> >> On Mon, Aug 30, 2010 at 11:05 AM, Stephen Turner <sturner@> wrote: >>> On Mon, 23 Aug 2010

Re: Running Struts1 and Struts2 together?

2012-09-10 Thread vsendhil
lp@.apache >> >> > > ----------------- > To unsubscribe, e-mail: user-unsubscribe@.apache > For additional commands, e-mail: user-help@.apache > -- View this message in context: http://struts.1045723.n5.nabble.

Re: Running Struts1 and Struts2 together?

2010-09-10 Thread Greg Lindholm
ed up cleaning up and removing an bunch of S1 tags and replaced with std JSTL. On Mon, Aug 30, 2010 at 11:05 AM, Stephen Turner wrote: > On Mon, 23 Aug 2010 14:22:54 -0400, Greg Lindholm > wrote: > >> Is there any issues with running Struts1 and Struts2 together in the >>

Re: Running Struts1 and Struts2 together?

2010-08-31 Thread Dave Newton
; from one to the other as well. If you do mix the frameworks, draw a line in > the sand that an action defined in one framework can't have a result in the > other. > -- > View this message in context: > http://old.nabble.com/Running-Struts1-and-Struts2-together--tp29514921p295822

Re: Running Struts1 and Struts2 together?

2010-08-31 Thread J_e_f_f
raw a line in the sand that an action defined in one framework can't have a result in the other. -- View this message in context: http://old.nabble.com/Running-Struts1-and-Struts2-together--tp29514921p29582208.html Sent from th

RE: Running Struts1 and Struts2 together?

2010-08-30 Thread Andrew Foltan (afoltan)
10 11:06 AM To: Struts Users Mailing List; Greg Lindholm Subject: Re: Running Struts1 and Struts2 together? 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 Str

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

Re: Running Struts1 and Struts2 together?

2010-08-23 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

Re: Running Struts1 and Struts2 together?

2010-08-23 Thread Haroon Rafique
On Today at 2:22pm, GL=>Greg Lindholm wrote: GL> Is there any issues with running Struts1 and Struts2 together in the GL> same application? GL> Hi Greg, My organization uses an application with struts1 and struts2 together with no downsides that we can see. There is no rea

Running Struts1 and Struts2 together?

2010-08-23 Thread Greg Lindholm
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 immediately while converting the Struts1 screens and action

Re: AW: AW: struts1 and struts2 together

2008-01-30 Thread Alberto A. Flores
--Ursprüngliche Nachricht- Von: nagendrabvvs [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 30. Januar 2008 14:10 An: user@struts.apache.org Betreff: Re: AW: struts1 and struts2 together Thanks a lot for quick reply, frank. Can i ask you one question? That, Were you able to moigrate your proj

AW: AW: struts1 and struts2 together

2008-01-30 Thread Otto, Frank
ttwoch, 30. Januar 2008 14:10 An: user@struts.apache.org Betreff: Re: AW: struts1 and struts2 together Thanks a lot for quick reply, frank. Can i ask you one question? That, Were you able to moigrate your proj successfully with out any problems? -- View this message in context: http://www.

Re: AW: struts1 and struts2 together

2008-01-30 Thread nagendrabvvs
Thanks a lot for quick reply, frank. Can i ask you one question? That, Were you able to moigrate your proj successfully with out any problems? -- View this message in context: http://www.nabble.com/AW%3A-struts1-and-struts2-together-tp15176577p15181850.html Sent from the Struts - User

AW: struts1 and struts2 together

2008-01-29 Thread Otto, Frank
hi nagendra, yes, you can use struts1 and struts2 together. take a look at: http://www.infoq.com/articles/converting-struts-2-part1 it's a good tutorial to migrate a app to struts2. kind regards, frank > -Ursprüngliche Nachricht- > Von: nagendrabvvs [mailto:[EMAI

Re: struts1 and struts2 together

2008-01-29 Thread nagendrabvvs
Hi Frank, Could i ask you a favour? As i am also trying to migrate our project to struts2 from struts1.1. I am in need of help regarding this. can i use both struts1 and struts2 together? So hope you have got knowledge in this, and as iam new to struts2, If possible could you please

Re: struts1 and struts2 together

2008-01-23 Thread Laurie Harper
Otto, Frank wrote: hi, I have an old struts1 application. Now, I want to use struts 2 for a new part of them (ajax configurator). With the struts 2.0.11 version it work's fine, but If I upgrade to struts 2.1.0 snapshot, I will get many errors, especially NullPointerExceptions. Is it possible

struts1 and struts2 together

2008-01-22 Thread Otto, Frank
hi, I have an old struts1 application. Now, I want to use struts 2 for a new part of them (ajax configurator). With the struts 2.0.11 version it work's fine, but If I upgrade to struts 2.1.0 snapshot, I will get many errors, especially NullPointerExceptions. Is it possible to use struts1 wit