Re: Fw: Validator framework introduces errors

2005-11-12 Thread Martin Gainty
I didnt see the contents E.G. for your c.tld ?? Martin- - Original Message - From: "Raghu Kanchustambham" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Saturday, November 12, 2005 10:37 AM Subject: Re: Fw: Validator framework introduces errors

Re: Fw: Validator framework introduces errors

2005-11-12 Thread Raghu Kanchustambham
Hi Martin, I do something like: request.setAttribute("centreList",DataAccessManager.getCentres()); before invoking the jsp. The strange part is, the minute i remove validation.xml from the validator path, effectively removing the validation framework, every thing works just fine! Just cant expl