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
Hi, You may want to look into a tool like Struts Console that performs config file validation and ensures that your config file stays in compliance with the DTD as you modify it. http://www.jamesholmes.com/struts/ -James -Original Message- From: Ashutosh Satyam [mailto:[EMAIL PROTECTED]

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