Hi All,

>From a jsp I invoke a servlet from which I call another jsp.

1.jsp----------> servlet -----------> 2.jsp

In 2.jsp I include a html.
The html in 2.jsp gets included if I invoke the servlet using GET method.
i.e., 1.jsp-----GET--->servlet---->2.jsp    works fine.

But when I use POST method the html file is not getting included in 2.jsp.
i.e., 1.jsp---POST--->servlet---->2.jsp doesn't work well.

Does anyone has a solution to this ? I need to use the POST method.

Thanks
JS

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
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