Inflearn Community Q&A
email값이 null값으로 들어가져요..ㅠㅠ
Written on
·
204
0
삭제된 글입니다
javajsp
Answer 1
0
toro jin
Questioner
해결하여 댓글로 남깁니다.
저같은 경우 userJoin.jsp의
<div class="form-group">
<label>이메일</label>
<input type="email" name="userEmail" class="form-control">
</div>
input 태그의 name을 잘못 기입하였습니다.
수강하실때 같은 에러를 발생하신 분들에게 도움되길 바랍니다.





