request.setAttribute() in Servlet 2.0
Hi all,
I'm stuck using Jserv w/ Servlet 2.0 and I want to put something in the request for a jsp:include to use. I notice ServletRequest has getAttribute(), but no setAttribute like 2.1+. If there's a getAttribute(), but no setAttribute(), how are you supposed to put an attribute into the request?
I know there are other ways to pass my value to the include, so please don't tell me about those. Just currious as to know if anyone has an answer to my question.
Thanks,
Derek

