Re: Damn Validator...

2003-06-24 Thread David Graham
Can you post the relevant form definition in validation.xml? I'm having a hard time downloading the attachment. David --- Kamholz, Keith (corp-staff) USX [EMAIL PROTECTED] wrote: Hey everyone, I posted recently regarding my issues with the Validator plugin. There were a few suggestions,

RE: Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
] Sent: Tuesday, June 24, 2003 11:14 AM To: Struts Users Mailing List Subject: Re: Damn Validator... Can you post the relevant form definition in validation.xml? I'm having a hard time downloading the attachment. David --- Kamholz, Keith (corp-staff) USX [EMAIL PROTECTED] wrote: Hey everyone

RE: Damn Validator...

2003-06-24 Thread Bailey, Shane C.
24, 2003 11:34 AM To: 'Struts Users Mailing List' Subject: RE: Damn Validator... Sure thing, thanks for checking it out. Here's my validation.xml: ?xml version=1.0 encoding=ISO-8859-1 ? !DOCTYPE form-validation PUBLIC -//Apache Software Foundation//DTD Commons Validator Rules

RE: Damn Validator...

2003-06-24 Thread David Graham
-validation -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 11:14 AM To: Struts Users Mailing List Subject: Re: Damn Validator... Can you post the relevant form definition in validation.xml? I'm having a hard time downloading

RE: Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
To: 'Struts Users Mailing List' Subject: RE: Damn Validator... Are you sure it isn't an XML parsing problem. Does your server show errors when loading? I've seen things happen when the wrong order in your XML than the dtd states or something. -Original Message- From: Kamholz, Keith (corp

RE: Damn Validator...

2003-06-24 Thread David Graham
-Original Message- From: Bailey, Shane C. [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 11:58 AM To: 'Struts Users Mailing List' Subject: RE: Damn Validator... Are you sure it isn't an XML parsing problem. Does your server show errors when loading? I've seen things

RE: Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
the instructions and everything, but no go. - Keith -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 1:47 PM To: Struts Users Mailing List Subject: RE: Damn Validator... Does the validator example app work? David --- Kamholz, Keith (corp-staff) USX

RE: Damn Validator...

2003-06-24 Thread Kamholz, Keith (corp-staff) USX
/form-validation -Original Message- From: David Graham [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 24, 2003 11:14 AM To: Struts Users Mailing List Subject: Re: Damn Validator... Can you post the relevant form definition in validation.xml? I'm having a hard time

Re: Damn Validator...

2003-06-24 Thread Adam Hardy
Users Mailing List Subject: RE: Damn Validator... That looks ok to me. Override the validate() method in your ActionForm and see if it gets called. Then have it call the super.validate() method to see if the validator returns any errors. Does anything at all happen when you submit the form