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>