Rev 31 | Rev 34 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 31 | Rev 33 | ||
|---|---|---|---|
| Line 10... | Line 10... | ||
| 10 | <!-- Term management -->
|
10 | <!-- Term management -->
|
| 11 | <action name="termAddForm">
|
11 | <action name="termAddForm">
|
| 12 | <result>/user/termAddForm.jsp</result> |
12 | <result>/user/termAddForm.jsp</result> |
| 13 | </action>
|
13 | </action>
|
| 14 | 14 | ||
| 15 | <action name="doTermAdd" method="addOrUpdate"
|
15 | <action name="doTermAdd" method="add"
|
| 16 | class="ch.ffhs.webE.action.TermAction">
|
16 | class="ch.ffhs.webE.action.TermAction">
|
| 17 | <result name="success">/user/termAdd.jsp</result> |
17 | <result name="success">/user/termAdd.jsp</result> |
| - | 18 | <result name="error">/user/termAddForm.jsp</result> |
|
| - | 19 | </action>
|
|
| - | 20 | ||
| - | 21 | <action name="termList" method="list"
|
|
| - | 22 | class="ch.ffhs.webE.action.TermAction">
|
|
| - | 23 | <result name="success">/user/termList.jsp</result> |
|
| - | 24 | </action>
|
|
| - | 25 | ||
| - | 26 | <action name="deleteTerm" method="delete"
|
|
| - | 27 | class="ch.ffhs.webE.action.TermAction">
|
|
| - | 28 | <result name="success" type="redirect">/user/termList</result> |
|
| - | 29 | </action>
|
|
| - | 30 | ||
| - | 31 | <action name="editTerm" method="edit"
|
|
| - | 32 | class="ch.ffhs.webE.action.TermAction">
|
|
| - | 33 | <result name="success">/user/termAddForm.jsp</result> |
|
| 18 | </action>
|
34 | </action>
|
| 19 | </package>
|
35 | </package>
|
| 20 | 36 | ||
| 21 | <!-- Admin environment -->
|
37 | <!-- Admin environment -->
|
| 22 | <package name="admin" namespace="/admin" extends="hibernate-default">
|
38 | <package name="admin" namespace="/admin" extends="hibernate-default">
|