The image specified in the page is relative, so it's kind of like this : |___*.jsp |___images/*.gif and so on.
Sexton, George wrote: >Are the paths to the image specified in relative format? Is the relative >format still valid from the path the server is making the request from? > >-----Original Message----- >From: Kwok Peng Tuck [mailto:[EMAIL PROTECTED]] >Sent: 08 October, 2002 8:16 PM >To: Tomcat Users List >Subject: Some more forwarding questions. > > >I'm trying to come to grips with the include and forward methods, but >I'm having problems. >Why doesn't the following : > >RequestDispatcher dispatcher = request.getRequestDispatcher(url) ; > if (dispatcher!=null) { > dispatcher.include(request, response) ; > } > >include any images that the url might have ? Might there be another way >to ensure that images are retreived ? >Thanks. > > >-- >To unsubscribe, e-mail: ><mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: ><mailto:[EMAIL PROTECTED]> > > >-- >To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> >For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
