Browser will make a new request on redirect. So all the infomartion
stored in original request object is lost.
You can put the error messages in session before redirecting and
access it from redirected page.
Pradeep
On 7/21/06, Vinay Agarwal <
[hidden email]> wrote:
> Hello,
>
>
>
> Redirecting from Java using HttpServletResponse works well but the error
> messages stored in the HttpServletRequest don't show after the redirect. Is
> there a way to make error messages show? Thanks in advance.
>
>
>
> Regards,
>
> Vinay Agarwal
>
>
>
>
>