Compare Revisions
Last modification
- Rev 23 2010-12-20 22:02:27
- Author: moos
- Log message:
replaced string return values with constants
/trunk/src/struts.xml |
41,7 → 41,7 |
<action name="Login" method="doLogin" class="ch.ffhs.webE.action.LoginAction"> |
<result name="admin" type="redirect">/admin/main.jsp</result> |
<result name="user" type="redirect">/user/main.jsp</result> |
<result name="failed" type="redirect">/index.jsp</result> |
<result name="error" type="redirect">/index.jsp</result> |
</action> |
|
<action name="Logout" method="doLogout" class="ch.ffhs.webE.action.LoginAction"> |