[Struts2] 팁: Action에서 멤버변수로 jsp에 넘긴 값도 request.getAttribute()로 받을 수 있다.
프로그래밍/Framework 2009. 4. 8. 13:22Action에서 멤버변수로 jsp에 넘긴 값도 request.getAttribute()로 받을 수 있다.
제목그대로...
<%= request.getAttribute("command") %>
이걸 하든
<s:property value="%{command}"/>
이걸 하든
값이 나오더라....
제목그대로...
<%= request.getAttribute("command") %>
이걸 하든
<s:property value="%{command}"/>
이걸 하든
값이 나오더라....
'프로그래밍 > Framework' 카테고리의 다른 글
[Struts2] 태그에서 변수 사용법 (0) | 2009.04.08 |
---|---|
[Struts2] result의 type 속성 (0) | 2009.04.08 |
[Struts2] 링크들 (0) | 2009.04.07 |
[iBatis] There is no DAO implementation found for... (0) | 2009.04.06 |
[Struts2] struts.properties (0) | 2009.03.13 |