<%@page import="com.amarsoft.app.base.util.ObjectWindowHelper"%> <%@page import="com.amarsoft.app.base.businessobject.*"%> <%@ page contentType="text/html; charset=GBK"%><%@ include file="/Frame/resources/include/include_begin_list.jspf"%> <% /* 页面说明: 产品参数列表页面 */ String xmlFile = CurPage.getParameter("XMLFile"); String xmlTags = CurPage.getParameter("XMLTags"); String keys = CurPage.getParameter("Keys"); String PG_TITLE = "产品参数列表"; ASObjectWindow dwTemp = ObjectWindowHelper.createObjectWindow_List("PRD_ParameterList", BusinessObject.createBusinessObject(), CurPage, request); ASDataObject doTemp=dwTemp.getDataObject(); doTemp.setBusinessProcess("com.amarsoft.app.als.businessobject.web.XMLBusinessObjectProcessor"); dwTemp.ReadOnly = "1"; dwTemp.genHTMLObjectWindow(""); String sButtons[][] = { {"true","","Button","新增参数","新增参数","add()","","","","btn_icon_add",""}, {"true","","Button","删除参数","删除参数","if(confirm('确实要删除吗?'))as_delete(0)","","","","btn_icon_delete",""} }; %> <%@include file="/Frame/resources/include/ui/include_list.jspf"%> <%@include file="/Frame/resources/include/include_end.jspf"%>