Re: Contextual Validation

2004-07-02 Thread Niall Pemberton
Message - From: "William Ferguson" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> Sent: Friday, June 25, 2004 12:23 AM Subject: RE: Contextual Validation > All our Forms already extend from ValidatorForm (like yours ri

RE: Contextual Validation

2004-06-24 Thread William Ferguson
truts-config etc. Is there any other solution? Eg is there a means of defining what validation to perform from within the ActionConfig? William -Original Message- From: ksitron [mailto:[EMAIL PROTECTED] Sent: Friday, 25 June 2004 12:56 AM To: Struts Users Mailing List Subject: Re: Conte

Re: Contextual Validation

2004-06-24 Thread ksitron
I had the same problem. At the top of the inheritance hierarchy, I simply changed ActionForm to ValidatorForm. Non of the other code was broken or disturbed in anyway. Since ValidatorForm isA ActionForm. William Ferguson wrote: I would like to be able to specify for an Action the validation that

Contextual Validation

2004-06-23 Thread William Ferguson
I would like to be able to specify for an Action the validation that should be performed on it. I can't use a ValidatorActionForm as this is an existing application with much baggage and I won't be able to change the inheritance hierarchy of the existing Forms. And in any case I will want to be ab