Some other suggestions:
findErrors()
getErrors()
getErrorMessages()
getActionMessages()

I like doValidate(), validateForm(), getActionMessages() and
getErrorMessages().

Matt
----- Original Message ----- 
From: "Robert Leland" <[EMAIL PROTECTED]>
To: "Struts Developers List" <[EMAIL PROTECTED]>
Sent: Friday, September 26, 2003 2:59 PM
Subject: Re: [Short Term Plan] Struts to depend on Validator 1.1.0


> David Graham wrote:
>
> >Only ActionError was deprecated, not ActionErrors.  We still need to use
> >ActionErrors because the ActionForm.validate() method returns an instance
> >of that class.  ActionMessage should be used instead of ActionError
> >though.
> >
> Eventually we'll need to add a method that will allow us to deprecate
> ActionForm.validate(), just as
> Action.execute() deprecated Action.perform(). The only reason I haven't
> done that is I couldn't think of a good name
> maybe
> valid(),
> validateForm(),
> doValidate(),
> checkFields(),
> checkForm()
> ... ???
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to