본문 바로가기
JSTL & EL & Action Tag/Action

actionTag (2_bean_form)

by pms93 2022. 10. 12.
<%@ page language="java" contentType="text/html; charset=UTF-8"
    pageEncoding="UTF-8"%>
<form action = "actionTag_bean_result.jsp">
	<input type = "text" name = "id" placeholder = "아이디"> <br>
	<input type = "password" name = "pw" placeholder = "비밀번호"> <br>
	<input type = "password" name = "confirmPw" placeholder = "비밀번호 확인"> <br>
	<input type = "text" name = "name" placeholder = "이름"> <br>
	<input type = "text" name = "email" placeholder = "이메일"> <br>
	<input type = "submit" value = "전송">
</form>

'JSTL & EL & Action Tag > Action' 카테고리의 다른 글

actionTag (2_bean_result)  (0) 2022.10.12
actionTag (1_adminPage)  (0) 2022.10.12
actionTag (1_userPage)  (0) 2022.10.12
actionTag (1_dataProcess)  (0) 2022.10.12
actionTag (1_form)  (0) 2022.10.12