Ben,

Your statement doesn't really give a lot of detail on what you're
trying to accomplish, but I'm going to take a stab:

Struts is going to save validation errors into the request.  If you're
doing a redirect back to the input form when validation fails you're
going to wind up with a new request ... and your errors aren't going
to be there (because they were added to the old request).

That help?  Feel free to flesh-out your question if you don't feel
I've answered it.

On Mon, 20 Dec 2004 08:32:13 +1100, Ben <[EMAIL PROTECTED]> wrote:
> Hi
> 
> What is the prefer way to handle error messages via redirect?
> 
> Regards,
> Ben

-- 
Eddie Bush

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

Reply via email to