18 lines
882 B
Plaintext
18 lines
882 B
Plaintext
<%@ page language="java" contentType="text/html;charset=GBK" %><%@
|
|
page import="java.util.*" %><%@
|
|
page import="java.net.URLDecoder"%><%@
|
|
page import="com.amarsoft.are.*" %><%@
|
|
page import="com.amarsoft.are.jbo.*" %><%@
|
|
page import="com.amarsoft.awe.dw.*" %><%@
|
|
page import="com.amarsoft.awe.dw.handler.BusinessProcessData" %><%@
|
|
page import="com.amarsoft.awe.dw.ui.actions.IDataAction" %><%@
|
|
page import="com.amarsoft.awe.dw.ui.list.ListAction" %><%@
|
|
page import="com.amarsoft.awe.dw.ui.multipage.MultiPageSaver" %><%@
|
|
page import="com.amarsoft.awe.dw.ui.util.PublicFuns" %><%@
|
|
page import="com.amarsoft.awe.dw.ui.util.ConvertXmlAndJava" %><%@
|
|
page import="com.amarsoft.awe.dw.ui.util.Request" %><%@
|
|
page import="com.amarsoft.awe.dw.ui.htmlfactory.*" %><%@
|
|
page import="com.amarsoft.awe.dw.ui.htmlfactory.imp.*" %><%
|
|
new MultiPageSaver().doPost(request,response);
|
|
%>
|