On Tue, 11 Dec 2001, Tomcat Jakarta wrote:
> Date: Tue, 11 Dec 2001 19:29:46 +0100
> From: Tomcat Jakarta <[EMAIL PROTECTED]>
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: My problems with getRequestDispatcher
>
> My piece of code:
> --------------//----------------------
> req.getRequestDispatcher("myfile").include(req,res);
The Javadocs will tell you that the argument to this call needs to have a
leading slash, and be a context-relative URL for the resource they want.
Craig
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>