인프런 커뮤니티 질문&답변
답변 1
0
toro jin
질문자
해결하여 댓글로 남깁니다.
저같은 경우 userJoin.jsp의
<div class="form-group">
<label>이메일</label>
<input type="email" name="userEmail" class="form-control">
</div>
input 태그의 name을 잘못 기입하였습니다.
수강하실때 같은 에러를 발생하신 분들에게 도움되길 바랍니다.
답변 1
0
해결하여 댓글로 남깁니다.
저같은 경우 userJoin.jsp의
<div class="form-group">
<label>이메일</label>
<input type="email" name="userEmail" class="form-control">
</div>
input 태그의 name을 잘못 기입하였습니다.
수강하실때 같은 에러를 발생하신 분들에게 도움되길 바랍니다.