日期:2014-05-16 浏览次数:20446 次
<action input="/login.jsp" name="loginForm" path="/login" scope="request" type="sys.loginAction" validate="true">
<forward name="success" path="/main.jsp" />
</action> <action path="/logoff" scope="request" type="sys.logoffAction">
<forward name="success" path="/login.jsp" />
</action>if (self != top) {
top.location = self.location;
}