강의

멘토링

커뮤니티

Inflearn Community Q&A

torojin902128's profile image
torojin902128

asked

Developing a JSP Course Evaluation Website

Sign up and verify your email

email값이 null값으로 들어가져요..ㅠㅠ

Written on

·

204

0

삭제된 글입니다
javajsp

Answer 1

0

toro jin님의 프로필 이미지
toro jin
Questioner

해결하여 댓글로 남깁니다.

저같은 경우 userJoin.jsp의 

<div class="form-group">

<label>이메일</label>

<input type="email" name="userEmail" class="form-control">

</div>

input 태그의 name을 잘못 기입하였습니다.

수강하실때 같은 에러를 발생하신 분들에게 도움되길 바랍니다.

torojin902128's profile image
torojin902128

asked

Ask a question