RE: [OS-webwork] RequiredFieldValidator

2003-08-19 Thread Jason Carreira
[EMAIL PROTECTED] > Sent: Tuesday, August 19, 2003 5:42 AM > To: '[EMAIL PROTECTED]' > Subject: RE: [OS-webwork] RequiredFieldValidator > > > I've got that already - the validation is firing, it's just > that the getFieldValue method, which ends up calling O

RE: [OS-webwork] RequiredFieldValidator

2003-08-19 Thread Ben Hall
riginal Message- From: Francisco Hernandez [mailto:[EMAIL PROTECTED] Sent: 19 August 2003 10:39 To: [EMAIL PROTECTED] Subject: Re: [OS-webwork] RequiredFieldValidator something I was forgetting to do when testing the validation framework was applying the ValidatorInteceptor in the intercept

Re: [OS-webwork] RequiredFieldValidator

2003-08-19 Thread Francisco Hernandez
something I was forgetting to do when testing the validation framework was applying the ValidatorInteceptor in the interceptor-stack I was using for that action. Ben Hall wrote: I'm trying to make the required field validator work for me but i'm having a slight problem. The value that is return

[OS-webwork] RequiredFieldValidator

2003-08-19 Thread Ben Hall
I'm trying to make the required field validator work for me but i'm having a slight problem. The value that is returned by the call within the validator - getFieldValue(fieldName, object), seems to always return a non null value. My velocity template looks a little like this: #tag (TextField