I think you can do it one of two ways. One, you can use: request.setAttribute() call, then forward to the page. Or, with JSP 1.1, you should be able to do: <jsp:forward...> <jsp:param name="name" value="value" /> </jsp:forward> =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". Some relevant FAQs on JSP/Servlets can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
- Relative URLs in response.sendRedirect() JonTom Kittredge
- Re: Relative URLs in response.sendRedirect() Mike McKechnie
- sendRedirect or forward? Kevin Duffey
- Re: sendRedirect or forward? Daniel Lopez
- Re: sendRedirect or forward? Kevin Duffey
- Re: sendRedirect or forward? Kevin Jones
- Re: sendRedirect or forward? Shannon Moschetti
- Re: sendRedirect or forward? Alan Goodenough
- Re: sendRedirect or forward? Shannon Moschetti
- Re: Relative URLs in response.sendRedir... Kevin Duffey
- Re: Relative URLs in response.sendRedirect() Hans Bergsten
- Re: Relative URLs in response.sendRedirect() Karl Avedal
- Re: Relative URLs in response.sendRedirect() Mike McKechnie