Subversion Repositories WebE

Rev

Rev 18 | Rev 20 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed

1
<!DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD Struts Configuration 2.0//EN"
"http://struts.apache.org/dtds/struts-2.0.dtd">

<struts>

        <package name="default" extends="hibernate-default">
               
                <action name="LoginDo" method="verifyUser" class="ch.ffhs.webE.action.LoginAction">
                        <result name="admin" type="redirect">/admin_index.jsp</result>
                        <result name="user" type="redirect">/user_index.jsp</result>
                        <result name="failed" type="redirect">/index.jsp</result>
                </action>

        </package>
</struts>