hi:
    i try this:
   <%
        String htmName="some.htm";
   %>
    <jsp:include page="<%=htmName%>" flush="true"/>

    it works fine.

----- Original Message -----
From: "Shibu Up" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 22, 2000 12:11 PM
Subject: JSP to HTML call


> Hello everybody ,
>    I have a trouble while including HTML page in JSP.    I cannot put @include
> tag, because the name of HTML is
> changes dynamically.  The main JSP is thrown to the front end on HTTP POST
> request.    This prevents me  from using
> jsp:include also.    RequestDispatcher(htmlpage).include(request,response) also
> is not working.
> If I change the HTML  to jsp everything works fine.  Changing to Frames also
> will work.   I don't want to do this.  Can anybody suggest an alternative?
>
> Regards
> Shibu
>
> ===========================================================================
> 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

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