Re: Change status code returned when validate fails

2006-02-21 Thread Michael Jouravlev
On 2/21/06, Jose Manuel Valladares <[EMAIL PROTECTED]> wrote: > Hello everybody, > In our app we would like to return another status code when the > validation fails in the ActionForm. > Instead of forwarding to the error page and return 200 we would like to > return 202 in some cases. > > Is it po

Change status code returned when validate fails

2006-02-21 Thread Jose Manuel Valladares
Hello everybody, In our app we would like to return another status code when the validation fails in the ActionForm. Instead of forwarding to the error page and return 200 we would like to return 202 in some cases. Is it possible to do this? In the execute of the Action is possible because it