d4fbfde91bab90fdcf22d49ca14ce8a086785eee.svn-base 643 B

1234567891011121314
  1. <%@ page contentType="text/html; charset=UTF-8" language="java"%>
  2. <%@ page
  3. import ="com.sysmodel.listmodel.xmlmodel.impl.FormListImpl,
  4. com.sysmodel.XFormFactory,
  5. com.sysmodel.listmodel.xmlmanager.xmlobjdll.ListModeldllable,
  6. com.sysmodel.listmodel.xmlmanager.xmlobjdll.ListModeldllImpl"
  7. %>
  8. <%
  9. String listid = request.getParameter("listid") == null ? "" : request.getParameter("listid");
  10. FormListImpl FormList=(FormListImpl)XFormFactory.getXFormModel().getFormList(listid);
  11. ListModeldllable ListModeldllable = new ListModeldllImpl();
  12. out.print(ListModeldllable.checkFormListConfig(FormList));
  13. %>