> From: Jerry Jalenak [mailto:[EMAIL PROTECTED] > If I remember correctly, when you use a > response.sendRedirect() there is a > new request created and passed.
Actually, the browser sends the request. The redirect instructs the browser to make a new request to the server, and Tomcat (I assume) creates a new request object. Is the thing you need to send something you can place on the URL? You can redirect to a URL with a query-string parameter, and you'll see that when the new request comes in. If you need to retain something large or complex, you'll probably need to put it in the session so it will be there when the browser sends its request. -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]