"Craig R. McClanahan" wrote:

>     request.setAttribute("myBean", myBean);
>     RequestDispatcher rd = getServletContext().getRequestDispatcher("/nextpage.jsp");
>     rd.forward(request, response);

Craig,

I thought I read in one of your posts that  an upcoming version of the
spec (either 2.2 servlet or 1.1 jsp) specifies that the request and
response objects must be the original request/response objects.  (I
looked for the post, but couldn't find it.)  I took this to mean that
you couldn't add something to the request and then forward it on. I
assume I misread the email?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to