Re: forward request to static html page loses path for included images?

2003-03-04 Thread Ray Tayek
At 11:57 PM 3/3/03 -0800, you wrote: Ray Tayek [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 01:04 PM 3/3/03 -0500, you wrote: Ray Tayek 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

Re: forward request to static html page loses path for included images?

2003-03-04 Thread Erik Price
Ray Tayek wrote: i was using getRequestDispatcher(). but i have changed that to use redirect (which works, but may cause me some problems later with session - not sure, but i want to have the guy stay in that same sessiosn even if goes off and looks at a static page - i am worried about

Re: forward request to static html page loses path for included images?

2003-03-03 Thread Erik Price
Ray Tayek 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

Re: forward request to static html page loses path for included images?

2003-03-03 Thread Ray Tayek
At 01:04 PM 3/3/03 -0500, you wrote: Ray Tayek 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

Re: forward request to static html page loses path for included images?

2003-03-03 Thread Bill Barker
Ray Tayek [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] At 01:04 PM 3/3/03 -0500, you wrote: Ray Tayek 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

forward request to static html page loses path for included images?

2003-03-02 Thread Ray Tayek
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

Re: forward request to static html page loses path for included images?

2003-03-02 Thread Ray Tayek
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