Subversion Repositories WebE

Rev

Rev 22 | Rev 26 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 23
Line 39... Line 39...
39
               
39
               
40
                <!-- Login -->         
40
                <!-- Login -->         
41
                <action name="Login" method="doLogin" class="ch.ffhs.webE.action.LoginAction">
41
                <action name="Login" method="doLogin" class="ch.ffhs.webE.action.LoginAction">
42
                        <result name="admin" type="redirect">/admin/main.jsp</result>
42
                        <result name="admin" type="redirect">/admin/main.jsp</result>
43
                        <result name="user" type="redirect">/user/main.jsp</result>
43
                        <result name="user" type="redirect">/user/main.jsp</result>
44
                        <result name="failed" type="redirect">/index.jsp</result>
44
                        <result name="error" type="redirect">/index.jsp</result>
45
                </action>
45
                </action>
46
               
46
               
47
                <action name="Logout" method="doLogout" class="ch.ffhs.webE.action.LoginAction">
47
                <action name="Logout" method="doLogout" class="ch.ffhs.webE.action.LoginAction">
48
                        <result name="success" type="redirect">/index.jsp</result>
48
                        <result name="success" type="redirect">/index.jsp</result>
49
                </action>
49
                </action>