Re: Struts1 and Struts2 mailing lists separation ?

2008-07-10 Thread Laurie Harper
: Dave Newton [mailto:[EMAIL PROTECTED] Sent: Tuesday, 8 July 2008 2:40 AM To: Struts Users Mailing List Subject: Re: Struts1 and Struts2 mailing lists separation ? This has been brought up from time to time over the years and has been consistently voted down. (I suggested it once myself and am in

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-08 Thread Musachy Barroso
gt; If people still don't know about or use the [S1] and [S2] convention, >>> which seems to be the case, its likely that won't change because new members >>> will be joining the list all the time. >>> >>> +1 to split >>> >>> Rega

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Al Sutton
8 July 2008 2:40 AM To: Struts Users Mailing List Subject: Re: Struts1 and Struts2 mailing lists separation ? This has been brought up from time to time over the years and has been consistently voted down. (I suggested it once myself and am in favor of it as well.) In lieu of that happening I&#

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Gabriel Belingueres
CTED] > Sent: Tuesday, 8 July 2008 2:40 AM > To: Struts Users Mailing List > Subject: Re: Struts1 and Struts2 mailing lists separation ? > > This has been brought up from time to time over the years and has been > consistently voted down. (I suggested it once myself and am in favor o

RE: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Jason Wyatt
ng List Subject: Re: Struts1 and Struts2 mailing lists separation ? This has been brought up from time to time over the years and has been consistently voted down. (I suggested it once myself and am in favor of it as well.) In lieu of that happening I'd urge people to tag the subject line o

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Dave Newton
This has been brought up from time to time over the years and has been consistently voted down. (I suggested it once myself and am in favor of it as well.) In lieu of that happening I'd urge people to tag the subject line of all list messages with either [S1] or [S2] (or whatever, as long as it

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Chris Pratt
Not that my vote counts, but +1 again. (*Chris*) On Mon, Jul 7, 2008 at 6:40 AM, Owen Berry <[EMAIL PROTECTED]> wrote: > And another, +1 > > On Mon, Jul 7, 2008 at 8:28 AM, ManiKanta G <[EMAIL PROTECTED]> wrote: >> +1 me too >> >> Alessio Mereu wrote: >>> >>> +1 for me too >>> >>> 2008/7/7 Marc

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Owen Berry
And another, +1 On Mon, Jul 7, 2008 at 8:28 AM, ManiKanta G <[EMAIL PROTECTED]> wrote: > +1 me too > > Alessio Mereu wrote: >> >> +1 for me too >> >> 2008/7/7 Marc Logemann <[EMAIL PROTECTED]>: >> >> >>> >>> +1 for the suggestion >>> >>> Marc >>> >>> On Mon, 7 Jul 2008 12:53:14 +0200 (MEST), "[EMA

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread ManiKanta G
+1 me too Alessio Mereu wrote: +1 for me too 2008/7/7 Marc Logemann <[EMAIL PROTECTED]>: +1 for the suggestion Marc On Mon, 7 Jul 2008 12:53:14 +0200 (MEST), "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: Could Struts project admins separate Struts1 and Struts2 users mailing lists?

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Alessio Mereu
+1 for me too 2008/7/7 Marc Logemann <[EMAIL PROTECTED]>: > > +1 for the suggestion > > Marc > > On Mon, 7 Jul 2008 12:53:14 +0200 (MEST), "[EMAIL PROTECTED]" > <[EMAIL PROTECTED]> wrote: > > Could Struts project admins separate Struts1 and Struts2 users mailing > > lists? > > I think it is bad f

Re: Struts1 and Struts2 mailing lists separation ?

2008-07-07 Thread Marc Logemann
+1 for the suggestion Marc On Mon, 7 Jul 2008 12:53:14 +0200 (MEST), "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Could Struts project admins separate Struts1 and Struts2 users mailing > lists? > I think it is bad for the users to have two frameworks under the same > mailing list. > > > >

Re: Struts1 and Struts2 in the same app

2008-04-30 Thread Sandy143
Hi, How would I define a dispatch action in struts1 ... in struts.xml while migrating? newton.dave wrote: > > --- Sandy143 <[EMAIL PROTECTED]> wrote: >> With this we will not have ... struts1 config file right >> >> struts-config.xml would be completely modified to struts.xml. Am I on t

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Laurie Harper
Yes. If you don't want to migrate any of your existing Struts 1 JSPs, you can just add Struts 2 to the application, leaving everything else as it is. Later, you can add the Struts 1 plugin to help with migrating existing (Struts 1) views to Struts 2. L. Sandy143 wrote: "If you're not using t

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Sandy143
"If you're not using the plugin, then you configure S1 and S2 completely separately from each other." Can I do this if I want to use both S1 and S2 in the same web app (single web.xml)? newton.dave wrote: > > --- Sandy143 <[EMAIL PROTECTED]> wrote: >> With this we will not have ... struts1 c

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > With this we will not have ... struts1 config file right > > struts-config.xml would be completely modified to struts.xml. Am I on the > right path? Are you trying to use the plugin, or are you trying to run in parallel? The S1 plugin wraps S1 actio

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Sandy143
With this we will not have ... struts1 config file right struts-config.xml would be completely modified to struts.xml. Am I on the right path? Thanks, newton.dave wrote: > > --- Sandy143 <[EMAIL PROTECTED]> wrote: >> It is a single application. >> >> when trying to access struts2 actio

Re: Struts1 and Struts2 in the same app

2008-04-29 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > It is a single application. > > when trying to access struts2 action ... it is unable to find the path. > (Error: Invalid Specified Path ...) > > I have interceptors in struts.xml. I have plugin jar in web-inf/lib. > > I am not sure of what needs to be d

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Sandy143
It is a single application. when trying to access struts2 action ... it is unable to find the path. (Error: Invalid Specified Path ...) I have interceptors in struts.xml. I have plugin jar in web-inf/lib. I am not sure of what needs to be done in addition to this... Your help would be greatly

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Dave Newton
--- Sandy143 <[EMAIL PROTECTED]> wrote: > Am I wrong? Please let me know ...how to use both the config files. An included file within struts.xml is expected to be an S2 config, AFAIK. Were there any error messages in the logs? If you're using the S1 plugin then the docs at [1] give a decent over

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Sandy143
Even if I don't include ... it is the same. It doesnot invoke struts2 action class. newton.dave wrote: > > You're including the S1 configuration file in the S2 config file? > > Dave > > --- Sandy143 <[EMAIL PROTECTED]> wrote: > >> >> In struts.xml, I have >> >> ---

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Sandy143
yes! Am I wrong? Please let me know ...how to use both the config files. I tried that way ...I should be wrong as I remained unsuccessful in using that way. I get an error : " ERROR action.RequestProcessor - Invalid path was requested " newton.dave wrote: > > You're including the S1 confi

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Dave Newton
You're including the S1 configuration file in the S2 config file? Dave --- Sandy143 <[EMAIL PROTECTED]> wrote: > > In struts.xml, I have > > - > > > - > yes! struts.xml is placed in WEB-INF/classes/ > > Do yo

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread Sandy143
In struts.xml, I have - - yes! struts.xml is placed in WEB-INF/classes/ Do you have any solution for it? KonTiki wrote: > > Hi Sandy, > > How exactly did you do the struts.xml inclusion? > (I had a similar

Re: Struts1 and Struts2 in the same app

2008-04-28 Thread KonTiki
Hi Sandy, How exactly did you do the struts.xml inclusion? (I had a similar problem, where I found the struts.xml for struts 2 wasn't picking the correct xml) And by java source folder - do you mean WEB-INF/classes/ ? Sandy143 wrote: > > I have to integrate struts 2 actions in my existing st

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 giv

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

Re: struts1 and struts2

2007-05-21 Thread Dave Newton
--- xiaojie han <[EMAIL PROTECTED]> wrote: > There is struts1 and struts2. what are the > differences between them? http://struts.apache.org/2.x/docs/comparing-struts-1-and-2.html d. Pinpoint customers