Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

nahyeon

<JSP> request.setAttribute()와 request.getAttribute() 본문

카테고리 없음

<JSP> request.setAttribute()와 request.getAttribute()

nah._.eoni 2020. 6. 29. 00:23

 

request.setParameter() getParameter()를 이용하면 String값 만 받을 수 있음.

List를 받기 위해서는 setAttribute() getAttribute()를 써야함

이때 type Object이기 때문에 반드시 형변환!!

Comments