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.
>
> Magnus Torfason
> SALT Systems
> Iceland
>

See RequestDIspatcher.forward() in servlets, or the equivalent <jsp:forward> in
JSP.  There are also "include" versions of each of these functions that allow you
to embed the output of another servlet (or JSP) page in the one you are creating,
instead of forwarding to it.

Craig McClanahan

===========================================================================
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