출처 : http://www.vitarara.org/cms/struts_2_cookbook/post_and_redirect
<action name="createSalesOrderConfirmation" class="sales.CreateSalesOrderAction">
<result name="redirect" type="redirect-action">
<param name="actionName">displaySalesOrder</param>
<param name="namespace">/order/sales</param>
<param name="parse">true</param>
<param name="id">${order.id}</param>
</result>
</action>
'JAVA > JSP_Servlet' 카테고리의 다른 글
| [펌]struts2 action 선언시 동적 파라메터 이용 방법. (0) | 2008/12/01 |
|---|---|
| struts2 tag lib 로 number format 지정 (0) | 2008/11/27 |
| EOFException: Exception loading sessions from persistent storage (0) | 2008/11/26 |
| Struts2 ResourceBundle 사용하기. (0) | 2008/11/26 |
| java windows authentication (0) | 2008/07/23 |
| [펌] Ajax Progress + commons fileupload (0) | 2007/12/23 |
