Re: Struts1 & Struts2 implementation

2015-02-25 Thread Christoph Nenning
m: Christoph > Nenning Date:02/24/2015 > 3:33 AM (GMT-05:00) To: Struts Users Mailing List > Cc: Subject: Re: > Struts1 & Struts2 implementation > And you have to register both frameworks in your web.xml > > > Regrads, > Christoph > > > > > D

Re: Struts1 & Struts2 implementation

2015-02-24 Thread lilylove2shop
Yes.  I have both in my web.xml Original message From: Christoph Nenning Date:02/24/2015 3:33 AM (GMT-05:00) To: Struts Users Mailing List Cc: Subject: Re: Struts1 & Struts2 implementation And you have to register both frameworks in your web.xml Regrads, Chris

Re: Struts1 & Struts2 implementation

2015-02-24 Thread Christoph Nenning
And you have to register both frameworks in your web.xml Regrads, Christoph > Do you have different extensions? For example, *.do goes to S1 and *.action > goes to S2. > > > Cheers, > Paul > > On Mon, Feb 23, 2015 at 10:48 AM, Lilylove toshop < > lilylove2s...@yahoo.com.invalid> wrote: >

Re: Struts1 & Struts2 implementation

2015-02-23 Thread Paul Benedict
Do you have different extensions? For example, *.do goes to S1 and *.action goes to S2. Cheers, Paul On Mon, Feb 23, 2015 at 10:48 AM, Lilylove toshop < lilylove2s...@yahoo.com.invalid> wrote: > Dear All, > I want to use Strut1 & Struts2 in my coexist application. I have both the > struts-con

Struts1 & Struts2 implementation

2015-02-23 Thread Lilylove toshop
Dear All, I want to use Strut1 & Struts2 in my coexist application.  I have both the struts-config.xml and struts.xml in my Netbeans project.  The application was deployed successfully, however it didn't execute the struts2 code.  Is there a step that I missed to get the application to execute