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]>
