Hi All,
       the <jsp:forward page="/home/filename" />
is not working .should the path be relative.The jsp doesn't
get redirected to that page.
      getServletContext.getRequestDispatcher("filepath/filename");

gives an error like " undefined name or classname getServletContext"

even after importing "javax.servlet.* "

I am running jrun2.3.1

      If this doesn't work on this version of jrun ,how do i redirect to
a particular page.

One more question,if i have a servlet writing to the output stream of
response ,can i get  the data written into the stream back to the jsp
which calls the servlet .How do i do this

thanx in advance
meera

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