Works with POST also for me......
----- Original Message -----
From: "Shibu Up" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 22, 2000 3:06 PM
Subject: Re: JSP to HTML call


> Hi,
> This will work fine, if the original request to JSP was a HTTP GET method.
By
> my  situation is
> JSP is getting requested through HTTP POST method.
>
> Regards
> Shibu
>
>
>
>
>
> wensj <[EMAIL PROTECTED]> on 09/22/2000 02:55:41 PM
>
> Please respond to A mailing list about Java Server Pages specification and
>       reference <[EMAIL PROTECTED]>
>
> To:   [EMAIL PROTECTED]
> cc:    (bcc: U P Shibu/LTITL)
>
> Subject:  Re: JSP to HTML call
>
>
>
> 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
>
>
===========================================================================
> 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