"Ted Husted" <[EMAIL PROTECTED]> wrote:

> 2.1) Before populating the ActionForm bean, the servlet calls the bean's
> reset() method. After filling the bean from the reqeust, the servlet
> calls the bean's validate() method. If validate returns false, the
> servlet forwards the ActionForm bean to the destination given by the
> mapping's input property.

I mean, validate now returns ActionErrors and does not have to be called
at all, if set in web.xml

--
gR

Reply via email to