Re: strut-config.xml parse error issue - Urgent!!

2004-07-14 Thread Chandra Obul Reddy Mummadi
hi follow this order u will get answer (icon?,display-name?,description?,set-roperty*,exception*,forward*)". (action path="/CCMCmtsConfig" type="com.test.ui.action.CCMCmtsConfAction" name="ccmCmtsConfForm" scope="session" parameter="method">

RE: strut-config.xml parse error issue - Urgent!!

2004-07-14 Thread James Holmes
] Sent: Tuesday, July 13, 2004 11:54 PM To: Struts Users Mailing List Subject: strut-config.xml parse error issue - Urgent!! Hi, I have a struts based web application. Recently I updated my struts config file to handle exceptions declaratively. Below is the snippet of the struts config file

Re: strut-config.xml parse error issue - Urgent!!

2004-07-14 Thread Craig McClanahan
Ashutosh Satyam wrote: Thnx a million Erik. It worked but still couldn't make out how DTD is enforcing this particular behaviour. In the DTD, look at the definition of the "struts-config" element ... you'll see that it explicitly lists the order of the various subelements. The same thing happ

RE: strut-config.xml parse error issue - Urgent!!

2004-07-13 Thread Ashutosh Satyam
Thnx a million Erik. It worked but still couldn't make out how DTD is enforcing this particular behaviour. :-) Ashutosh -Original Message- From: Erik Weber [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 14, 2004 10:31 AM To: Struts Users Mailing List Subject: Re: strut-config.xml

Re: strut-config.xml parse error issue - Urgent!!

2004-07-13 Thread Erik Weber
In your action mapping, put your exception elements *before* your forward elements, not after. Cheers, Erik Ashutosh Satyam wrote: Hi, I have a struts based web application. Recently I updated my struts config file to handle exceptions declaratively. Below is the snippet of the struts config fil

strut-config.xml parse error issue - Urgent!!

2004-07-13 Thread Ashutosh Satyam
Hi, I have a struts based web application. Recently I updated my struts config file to handle exceptions declaratively. Below is the snippet of the struts config file.