<%@page import="com.amarsoft.app.awe.config.InitDBType"%> <%@page import="com.tenwa.comm.util.jboutil.DataOperatorUtil"%> <%@page import="java.util.List"%> <%@page import="java.util.Map"%> <%@page import="java.util.ArrayList"%> <%@page import="com.amarsoft.are.jbo.JBOFactory"%> <%@page import="com.amarsoft.are.jbo.JBOTransaction"%> <%@ page contentType="text/html; charset=GBK"%> <%@ include file="/IncludeBeginMDAJAX.jsp"%><% String sql=CurPage.getParameter("sql"); String value=CurPage.getParameter("value"); String text=CurPage.getParameter("text"); JBOTransaction tx=JBOFactory.createJBOTransaction(); List> list=DataOperatorUtil.getDataBySql(tx, sql, null); ListtempList=new ArrayList(); for(int i=0;i<%@ include file="/IncludeEndAJAX.jsp"%>