Applies to: Description:An included servlet error while trying to use HTML files using POST methods. Cause:A bug in the servlet engine.
admin JAVA-JSP
Remove the super.doPost(); line in the HTTPServlet class.
Rename your html file into a .jsp file.
Remove the super.doPost(); line in the HTTPServlet class.
Rename your html file into a .jsp file.