"Manty, George" wrote:
>
> It appears to me as though there is no way to do this.  I think this
> functionality should be added to the JSP Spec.
>
> Right now, the only way it appears you can implement this is by hacking the
> JSP engine code and you can only do this if you are using an open source JSP
> engine.
>
> Anyone, have any other possible solutions?

Why not use <jsp:include page="<%= thePage %>" flush="true" />?
See the JSP 1.1 spec for details.

Hans

> -----Original Message-----
> From: Patricio Otamendi [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, April 19, 2000 10:20 AM
> To: [EMAIL PROTECTED]
> Subject: How to dynamicaly include files in jsp, not using <%@ include
> file="filename"%>?
>
> How to dynamicaly include files in jsp, not using <%@ include
> file="filename"%>?
>
> I can not use it because I get the filename dynamicaly.
>
> Thaks


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

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to