using doGet and doPost in a jsp
843835Jul 1 2002 — edited Jul 1 2002Hi, I have not clear about which method is called in a jsp page, well, I think it's _jspService, but I would like to know how to instruct my jsp to execute doPost or doGet depending on the method used by the calling form. Should I call request.getMethod() first? But request in a Jsp is a ServletRequest, not a HttpServletRequest. Thanks.