Hi!
AFAIK Live Software added this method without waiting for the other folks to
discuss a standard. Now, a little later, methods were added to the Servlet-API
that can do the same thing. Just ask your Servlet-API-2.1-capable
Servlet-Engine for a RequestDispatcher and then use forward() or include().
See Jason Hunter's article:
http://www.javaworld.com/jw-12-1998/jw-12-servletapi.html for further
information. The only thing in there that isn't right (because of it's age) is
that there are no 2.1 engines. jo! is 2.1 capable, JRun is and lots of others
are, too.
Cheers,
Hendrik
- - - - - - - - - - - - - - - - - - - - - - - - - - -
The WebApp Framework http://www.webapp.de/
jo! small&smart 2.1 servletengine
Persistence objectrelational mapping
Java Server & Servlets The German servlet book
Brad Neuberg wrote:
> I was wondering if Sun's reference implementation of JSP has a callPage()
> method which lets one call another JSP page from within one JSP page.
> This is a really useful feature that IBM's WebSphere JSP and
> LiveSoftware's JRUN JSP has. If Sun doesn't have this I really want to
> get ahold of the Sun JSP source code and add this method, according to the
> Sun Community Source License.
>
> Thanks,
> Brad Neuberg
>
> ===========================================================================
> 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".
===========================================================================
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".