At 05:02 AM 3/2/03 -0800, you wrote:
hi, i am forwarding a request to a static html page that has some pictures included using <IMG SRC="images/help1.jpeg" ...> and using request.getRequestDispatcher("/help.html").forward(request,response);.

the static html file file comes back sans images. but pointing a browser to http://tayek.com:8080/feb/help.html works fine. seems like the path that the static page inherits is hosed somehow. is there some way to set that path? ,,,

this how is works apparently from looking at java servlet programming 2nd edition by jason hunter and william crawford pp 371-375. he suggests using sendRedirect() instead.


thanks

---
ray tayek http://tayek.com/ actively seeking mentoring or telecommuting work
vice chair orange county java users group http://www.ocjug.org/
hate spam? http://samspade.org/ssw/


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to