%@include file="../comm/init.txt"%><%@ page buffer="true" import="kgweb.bean.ForgetPswBean;kgweb.web.Frame"%><% ForgetPswBean actionBean = (ForgetPswBean)(Frame.getActionBean(ForgetPswBean.class, session, request)); ExeEvent exeEvent = new ExeEvent(session, response, _thisFileName+'$'+$ke$sourceLineNumber, "/account/forgetpsw.htm", actionBean ); //执行 int actionId = actionBean.forgetPsw1Action(session); if (actionId < 0) { //发生了错误 //自定义事件 exeEvent.addEvent(-1, new ExeEventEntry(_thisFileName+'$'+$ke$sourceLineNumber, _bundle.getString("account_forgetpsw2_0"), null, 3)); //UID或电子邮件不存在 //根据执行结果进行跳转 exeEvent.action(actionId); // return; } //没有发生错误则继续下去 %>
<%@include file = "../comm/navigation.txt"%>
|