Magn�s ��r Torfason wrote:
>
> The HttpResponse.callPage() method was included in the 0.92 JSP spec, but
> seems to have been excluded from the later versions.
>
> How come???
>
> This seems to me as an extremely versatile function, and crucial for complex
> dynamic creation of pages.  Is there another way do do this? Static includes
> of the code seem to me vastly inferior in this context.

It was replaced by the RequestDispatcher, see the Servlet 2.1/2.2 specs
at http://java.sun.com/products/servlet

In a JSP page you can use the RD mechanism indirecly through the <jsp:include>
and <jsp:forward> actions, see the JSP 1.0/1.1 spec at
http://java.sun.com/products/jsp

--
Hans Bergsten           [EMAIL PROTECTED]
Gefion Software         http://www.gefionsoftware.com

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to