doPost()
CODEDRAGON ㆍDevelopment/JSP
반응형
doPost()
html내 form태그의 method속성이 post일 경우 호출 됩니다.
HTML 페이지 <form action="/servletMain/lauch" method="post"> ... </form>
|
protected void doPost(HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException { } |
'Development > JSP' 카테고리의 다른 글
JSTL(JSP standard Tag Library) 다운받기 (0) | 2016.11.15 |
---|---|
doGet() (0) | 2016.11.03 |
JSP태그 종류 (0) | 2016.10.17 |
request.getRealPath() deprecated 메소드 대체 함수 (0) | 2016.10.11 |
cos 라이브러리 다운받기 - 파일 업로드 라이브러리 (0) | 2016.10.06 |