> Is there any way to encode parameters into a redirected response WITHOUT
> just encoding them into the URL like this:

 - cookies
 - session attributes

You could encode the data in a cookie, and retrieve it in your target page.

Alternatively, you could put the data into one or more session beans.  If
you are not familar with the <jsp:useBean> tag, see the JSP specification
(and HttpSession.set/getAttribute).

        --- Noel


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

Reply via email to