I read many postings from people having problems using
getServletContext().getRequestDispatcher(targetPage).forward(req, res);

The problem seems to be that relative references in the target page will
not work because the base path is the original servlet path and not
the path of the target page. (Am I right?)

Has anybody found a way to get forward() to work with static or JSP pages
that contain relative references?

I'm using JRun with its builtin web server on Windows.

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