tomcat4\webapps\display\WEB-INF\classes\JSPSearchServlet.class
tomcat4\webapps\display\images
tomcat4\webapps\dispaly\tableview.jsp

tableview is forwarded from JSPSearchServlet like this :
.........
// forward the request to the JSP page for display
        RequestDispatcher rd =
getServletContext().getRequestDispatcher("/tableView.jsp");
        rd.forward(req, resp);
..........

In tableview.jsp  <img src="/images/previousPage.gif" border=0
hspace=15></a> images are not working when tableview is forwarded, but when
I call table jsp directly from the browser I can see the images.

Please help.
Thanks
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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

Reply via email to