Can someone please give me a hand here? I need (1) to get a servlet to
pass some data to a JSP page via a Bean, and then (2) "hit" that JSP page
to get back a nicely formatted HTML page to send back to the user. To
accomplish this, I am using the following tools:
Blackdown JDK 1.1.7 v3
Apache 1.3.6
Apache JServ 1.0
GnuJSP 0.9.10
Since GnuJSP implements v 0.91 of the JSP, I know that I need the
following classes to accomplish goals (1) and (2) above:
com.sun.server.http.HttpServiceResponse
and
com.sun.server.http.HttpServiceRequest
My suspicion is that they're included in Sun's jwdk 1.0, however I can
only download jswdk1.0-ea from Sun's website, which includes JSP 1.0 and
(I think) is *not* backwards compatible with earlier versions of the spec.
I've been struggling with this for weeks now, and haven't had any luck
yet.
Any help or explanation is greatly appreciated,
-Tim
----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]