<%@include file="../../comm/init.txt"%><%@ page buffer="true" import="kgweb.bean.UserBean;kgweb.web.Frame;kgweb.comm.*"%><% UserBean actionBean = new UserBean(); actionBean.setTuser(_loginTuser.clone()); actionBean = (UserBean)(Frame.getActionBean(actionBean, session, request)); ExeEvent exeEvent = new ExeEvent(session, response, _thisFileName+'$'+$ke$sourceLineNumber, "/userpanel/userinfo.htm", actionBean ); //执行 int actionId = actionBean.updateAction(); if (actionId >= 0) { //如果数据库更新成功,则同时也要更新session中存储的数据 session.setAttribute("tuser", actionBean.getTuser()); } //自定义事件 exeEvent.addEvent(-6, new ExeEventEntry(_thisFileName+'$'+$ke$sourceLineNumber, _bundle.getString("account_servlet_adduser_1"), null, 3)); //主键或唯一键重复 //根据执行结果进行跳转 exeEvent.action(actionId); if (true) return;%><%@include file="../../comm/end.txt"%>