Hello all,

I've been trying to use <jsp:forward page="../hello/hello.jsp" /> to forward
the request object from my page to another jsp file. The file, "hello.jsp"
has the code to handle request. But all jsp:forward does is that it gets all
the text (java code and all) from hello.jsp and pastes it as text. This is
what jsp:include is supposed to do. I've read the specs over and over and I
can't seem to figure out the solution to this problem.

How do I forward my request to another jsp page for it to process it?

KM

===========================================================================
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