dynamicHandle.jsp 435 B

1234567891011121314
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2. pageEncoding="UTF-8"%>
  3. <%@include file="/context/mytags.jsp"%>
  4. <!DOCTYPE html >
  5. <html>
  6. <head>
  7. <title><t:mutiLang langKey="common.process.handle"/></title>
  8. <t:base type="jquery,tools"></t:base>
  9. </head>
  10. <body style="overflow-y: hidden" scroll="no">
  11. <t:formvalid formid="formobj" action="${action}" layout="div" dialog="true">
  12. </t:formvalid>
  13. </body>
  14. </html>