Hi, (this is a servlet question, but I think it holds for JSP, too, so it isn't off-topic :-)) Whenever I try to forward a (POST) request from my servlet to a static HTML page via getRequestDispatcher().forward(), I get the message "POST method not supported by this URL" (or something similar) Which is obvious, since a HTML page doesn't have a doPost() method. But is it true that there is no way to forward from a servlet's doPost() method to a static HTML page without sending a browser redirect (which I would resent to do)? thx Heiko =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". FAQs on JSP can be found at: http://java.sun.com/products/jsp/faq.html http://www.esperanto.org.nz/jsp/jspfaq.html
