Hi there,
I've downloaded the JSP 0.92 reference implemetation and am using the
included libraries for my JSP experimentations. I'm having heaps of trouble
using the RequestDispatcher as shown in the following piece of code:
RequestDispatcher rd =
getServletContext().getRequestDispatcher("sp/jspsamp092/samples/adamtest/j.j
sp");
rd.include(req,res);
Compling this tells me that it can't find the getRequestDispatcher method!
Also it doesn't seem to like the setAttribute method of the ServletRequest
class!
Doesn't this implementation support the above features?
If the sun implementation doesn't support the above features, can anyone
tell me where I can get my hands on the libraries that does implement the
0.92 JSP spec?
Any help will be much appreciated.
Thanks in advance.
Regards,
Hwei.
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JSP-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".