-- I am in the same boat. I need the JSDK 2.1 feature support not only for the include but also for the getRequestDispatcher to call a jsp page from the servlet. (unless someone else knows another way to do it?) My question is when is the offcial version of Apache JServ/Jakarta for JSDK 2.1 going to be available? Sujata -----Original Message----- From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 30, 1999 8:47 PM To: Java Apache Users Subject: Re: incorporating output from another servlet -- Ben Cleora wrote: > -- > > I need to build a JSP that conditionally > includes outputs from three other JSPs. I can > see how this could be done with jsdk2.1. How > do I do this with jsdk2.0? > This is a perfect job for the "include" mechanism of JSP 1.0. Unfortunately, it does not run under JSDK 2.0. > > I have tried Javasoft JSERV, which supports jsdk2.1. > But it has some JSP related bugs of its own. Is > there by any chance a way to plug in a 2.1 engine > into Apache Jserv 1.0? > > Thanks > > Ben > There is a development version of Apache JServ being worked on (it's called 1.1-DEV in the CVS source code module) that, among other things, supports the 2.1 API. At the moment, it runs all the servlet examples, and two thirds of the JSP examples, from the JSWDK 1.0-EA release. However, the connector to attach it to Apache has not yet been constructed. This code is going to get folded together with Sun's contributions of the JSWDK source code under the auspices of the Jakarta project (http://jakarta.apache.org) in the near future, which will mean (among other things) the availability of a high quality open source servlet engine for Apache that includes up-to-date servlet and JSP support. It's not quite there yet, but it's coming. Craig McClanahan -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED] -- -------------------------------------------------------------- To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] READ THE FAQ!!!! <http://java.apache.org/faq/> Archives and Other: <http://java.apache.org/main/mail.html/> Problems?: [EMAIL PROTECTED]