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