Some more forwarding questions.

2002-10-08 Thread Kwok Peng Tuck
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) ; } i

RE: Some more forwarding questions.

2002-10-08 Thread Sexton, George
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

Re: Some more forwarding questions.

2002-10-08 Thread Kwok Peng Tuck
equest 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