Cary, you are confusing attributes and parameters. Attributes are internal
data points about the request, while parameters are external data points. If
you want to retain data you have two choices:
1) Add parameters to the redirect
2) Store data in the session

Paul

On 7/9/07, Cary Ho <[EMAIL PROTECTED]> wrote:

Is there a way to redirect, send them to a different page, but keep
information in the request so the jsp its forwarded to can use
information passed in the request attributes?

Paul Benedict wrote:
> Cary,
>
> A redirect causes a second request. You're putting data in the first
> request, redirecting, which then loses the data as the browser sends a
> new request.
>
> Paul
>

Reply via email to