RE: Order of struts-config.xml

2006-03-27 Thread Gaurav Jain
which should not happen. Though struts-config.xml is a well formed document. Thanks/Regards, Gaurav Jain -Original Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 7:36 PM To: Gaurav Jain; 'Struts Users Mailing List' Subject: RE: Order of struts

RE: Order of struts-config.xml

2006-03-27 Thread Joe Germuska
.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287) at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425) -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 6:26 PM To: Struts Users Mailing List Subject: Re: Order of strut

Re: Order of struts-config.xml

2006-03-27 Thread Antonio Petrelli
Gaurav Jain ha scritto: Yes. Each and every action is working, but I am experiencing this error in Tomcat console. ... I think it's question of pure luck, i.e. maybe the actions have been constructed before finding the error in the XML. But what are you trying to accomplish writing a wrong

RE: Order of struts-config.xml

2006-03-27 Thread Gaurav Jain
OTECTED] Sent: Monday, March 27, 2006 6:26 PM To: Struts Users Mailing List Subject: Re: Order of struts-config.xml Do the struts actions work? On 3/27/06, Gaurav Jain <[EMAIL PROTECTED]> wrote: > > I am experiencing Parse Error in my Tomcat for changed order of > struts-config

Re: Order of struts-config.xml

2006-03-27 Thread Dion Gillard
Do the struts actions work? On 3/27/06, Gaurav Jain <[EMAIL PROTECTED]> wrote: > > I am experiencing Parse Error in my Tomcat for changed order of > struts-config.xml. But my application is working fine. > Its strange. > > > Regards, > Gaurav > > -Origin

Re: Order of struts-config.xml

2006-03-27 Thread Antonio Petrelli
Dion Gillard ha scritto: On 3/27/06, Gaurav Jain <[EMAIL PROTECTED]> wrote: Hi, The struts-config.xml file contains following sections:- 1. Form bean definition section 2. Global forward definition section 3. Action mapping definition section 4. Controller configuration section 5. App

RE: Order of struts-config.xml

2006-03-27 Thread Gaurav Jain
I am experiencing Parse Error in my Tomcat for changed order of struts-config.xml. But my application is working fine. Its strange. Regards, Gaurav -Original Message- From: Dion Gillard [mailto:[EMAIL PROTECTED] Sent: Monday, March 27, 2006 6:14 PM To: Struts Users Mailing List Subject

Re: Order of struts-config.xml

2006-03-27 Thread Dion Gillard
On 3/27/06, Gaurav Jain <[EMAIL PROTECTED]> wrote: > > Hi, > > The struts-config.xml file contains following sections:- > > > > 1. Form bean definition section > > 2. Global forward definition section > > 3. Action mapping definition section > > 4. Controller configuration section > > 5. Applicatio

Order of struts-config.xml

2006-03-27 Thread Gaurav Jain
Hi, The struts-config.xml file contains following sections:- 1. Form bean definition section 2. Global forward definition section 3. Action mapping definition section 4. Controller configuration section 5. Application Resources definition section What if we change the order of these se