432432

来源:互联网 发布:如何评价武松知乎 编辑:程序博客网 时间:2024/05/17 06:42
public ActionForward execute(ActionMapping mapping,ActionForm baseForm,HttpServletRequest request,HttpServletResponse response) throws Exception{DynaActionForm          form                       = (DynaActionForm)baseForm;HttpSession             session                    = request.getSession();SysTagsInfoDAOImp       newSysTagsInfoDAOImp       = new SysTagsInfoDAOImp();String                  companyid                  = "";String                  languagetype               = "";//response.setCharacterEncoding("UTF-8");if(session.getAttribute("CurrentState")!=null){languagetype=(String)session.getAttribute("IsLan");companyid   =(String)session.getAttribute("COMPANYID");}alertTags = newSysTagsInfoDAOImp.findAllRecord(languagetype);// for ajax must be changed// String type=(String)form.get("Type");String type      =request.getParameter("Type");String siRowCount=GsUtil.intReq(request.getParameter("EditCount"));if (siRowCount.equals("")==false) {RowCount=Integer.parseInt(siRowCount);}RowCount--;//get UI XML documentG3XML g3XML=new G3XML(request,session,languagetype);//End of reading the XML Document//init dele parasg3XML.initDele("alt_aim_col","AIDS",new Vector(),new Vector());AltAimColDAOImp newAltAimColDAOImp=new AltAimColDAOImp();int currentPage=1,pageCount=1;

0 0
原创粉丝点击