RE: ParserUtils: warning org.xml.sax.SAXParseException error

2006-08-06 Thread Patil, Sheetal
. Thanks all for your help, Shital -Original Message- From: Patil, Sheetal Sent: Thursday, August 03, 2006 7:11 PM To: 'Struts Users Mailing List' Subject: RE: ParserUtils: warning org.xml.sax.SAXParseException error Hi thanks for reply, I have already gone through this solution. I have

Re: ParserUtils: warning org.xml.sax.SAXParseException error

2006-08-03 Thread Thomas Joseph
I know this is not the real solution you want but, one workaround could be pre-compiling your JSPs, using Ant (or Maven). This could pin point if there is error in your JSP itself. Morover, then there is no runtime compilation. Thanks and Regards, Thomas Joseph Kott Software Pvt. Ltd. |

RE: ParserUtils: warning org.xml.sax.SAXParseException error

2006-08-03 Thread Patil, Sheetal
Subject: Re: ParserUtils: warning org.xml.sax.SAXParseException error I know this is not the real solution you want but, one workaround could be pre-compiling your JSPs, using Ant (or Maven). This could pin point if there is error in your JSP itself. Morover, then there is no runtime compilation