<action name="addContentType" class="com.omp.bp.cms.content.action.ContentTypeAction" method="addContentType"> <result>/cms/content/contenttype/m_register_content_type_main.jsp</result> </action> <action name="registerContentType" class="com.omp.bp.cms.content.action.ContentTypeAction" method="registerContentType"> <result>/cms/content/contenttype/m_register_content_type_main.jsp</result> <result name="TEST" type="chain">addContentType</result> </action> |
위처럼 chain으로 해서 다른 액션에 바로 연결할 수 있으나, 주소가 안 바뀐다.
사용할 경우를 골라야 할 듯.
redirect와 병행 사용?
'프로그래밍 > Framework' 카테고리의 다른 글
[Struts2] <s:select> 사용법 (0) | 2009.04.10 |
---|---|
[Struts2] 태그에서 변수 사용법 (0) | 2009.04.08 |
[Struts2] 팁: Action에서 멤버변수로 jsp에 넘긴 값도 request.getAttribute()로 받을 수 있다. (0) | 2009.04.08 |
[Struts2] 링크들 (0) | 2009.04.07 |
[iBatis] There is no DAO implementation found for... (0) | 2009.04.06 |