'@RequestMapping'을 통해서
'model.addAttribute("aaa", aaa)'로 던진 객체는
jsp(스크립트릿)에서 'request.getAttribute("aaa")'로 받을 수 있다!
가끔 하드코딩 등이 필요할 때 요긴하게(?) 사용할 수 있다.
'model.addAttribute("aaa", aaa)'로 던진 객체는
jsp(스크립트릿)에서 'request.getAttribute("aaa")'로 받을 수 있다!
가끔 하드코딩 등이 필요할 때 요긴하게(?) 사용할 수 있다.
'IT노트(구) > Java' 카테고리의 다른 글
org.hibernate.LazyInitializationException: could not initialize proxy - no Session 에러가 날 때 (0) | 2015.10.16 |
---|---|
com.sun.org.apache.xerces.internal.util 에러 해결 방법 (0) | 2015.10.16 |
java.lang.ClassNotFoundException: org.aspectj.lang.annotation.Aspect 에러가 나는 경우 (0) | 2015.10.16 |
The prefix "aop" for element "aop:aspectj-autoproxy" is not bound 에러가 날 때 (0) | 2015.10.14 |
미국에서도 괜찮은 자바 개발자를 찾기가 힘들다. (0) | 2015.06.20 |