2008/05/14 17:55
[webwork] xwork.xml에서 하나의 action에 default method설정하는 법
2008/05/14 17:55 in Framework/webwork

<action name="list" class="tester.action.TesterEntryInfoAction" method="list">
<result name="list">/tester/entryinfo/list.jsp</result>
</action>
<result name="list">/tester/entryinfo/list.jsp</result>
</action>
<action name="detail" class="tester.action.TesterEntryInfoAction" method="detail">
<result name="detail">/tester/entryinfo/detail.jsp</result>
</action>
<result name="detail">/tester/entryinfo/detail.jsp</result>
</action>
<action name="addmodify" class="tester.action.TesterEntryInfoAction" method="addmodify">
<result name="detail">/tester/entryinfo/detail.jsp</result>
</action>
<result name="detail">/tester/entryinfo/detail.jsp</result>
</action>
'Framework > webwork' 카테고리의 다른 글
| [webwork] xwork.xml에서 하나의 action에 default method설정하는 법 (0) | 2008/05/14 |
|---|---|
| webwork와 spring 연동 (0) | 2008/01/01 |
| webwork.properties 전체 내용 (0) | 2008/01/01 |
| webwork.properties 설정 관련 (DefaultActionMapper 재설정 포함) (0) | 2008/01/01 |
| webwork 초기 셋팅 (0) | 2008/01/01 |


Prev
Rss Feed