ajax_agency_method_param_editor.jsp

来自「Jbuilder2006开发的严格按MVC设计模式组织开发过程」· JSP 代码 · 共 71 行

JSP
71
字号
<%@page contentType="text/html; charset=GBK"%>
<%@taglib uri="/WEB-INF/struts-html.tld" prefix="html"%>
<%@taglib uri="/WEB-INF/struts-logic.tld" prefix="logic"%>
<%@taglib uri="/WEB-INF/struts-bean.tld" prefix="bean"%>
<%@taglib uri="/WEB-INF/tops.tld" prefix="tops"%>
<html:html>
  <head>
  <html:base/>
  <tops:includeCSS fileName="style"/>
  <tops:includeJs fileName="common"/>
  <tops:includeJs fileName="validateForm"/>
  <tops:includeAjaxRequiredFiles fileName="AjaxTopsJ2eeAjax"/>
  <tops:ajaxUniqueDataValidate ajaxActionName="AjaxTopsJ2eeAjax" ajaxMethodName="isAjaxAgencyMethodParamExist" elementId="parmaCode" arg1="request-actfrmTopsJ2eeAjaxagencyMethodParam-id" arg2="request-actfrmTopsJ2eeAjaxagencyMethodParam-methodId" uniqueDataPresentMsg="方法参数已经存在,请修改后再保存!"/>
  </head>
  <title>AJAX代理类方法参数编辑</title>
  <body>
  <html:form action="/actTopsJ2eeAjaxagencyMethodParam" method="post">
    <html:hidden property="method"/>
    <tops:showPageFunction pageFunction="AJAX代理类方法参数编辑"/>
    <tops:toolbar>
      <tops:toolbutton caption="保存" image="page_save" onClick="AjaxTopsJ2eeAjax_isAjaxAgencyMethodParamExist()"/>
      <tops:toolbutton caption="返回" image="arrow_undo" onClick="history.go(-1)" checkAtClient="false"/>
    </tops:toolbar>
    <table border="0" cellpadding="0" cellspacing="0" width="100%">
      <tr>
        <td width="100%" align="center">
          <table border="0" cellpadding="0" cellspacing="1" width="70%">
            <tr align="center">
              <td colspan="4" height="30" align="center">
                <font size="+2" face="华文楷体">                </font>
                AJAX代理类方法的参数详细信息
              </td>
            </tr>
            <html:hidden property="id"/>
            <tr>
              <td align="right" width="30%">参数代码:</td>
              <td>
                <tops:formEditor property="parmaCode" attributename="参数代码"/>
              </td>
              <td align="right" width="30%">参数名称:</td>
              <td>
                <tops:formEditor property="paramName" attributename="参数名称"/>
              </td>
            </tr>
            <tr>
              <td align="right" width="30%">参数类型:</td>
              <td colspan="3">
                <html:select property="paramNormalJavaClass">
                  <html:option value="java.lang.String">String</html:option>
                </html:select>
              </td>
            </tr>
            <html:hidden property="zzCreateUser"/>
            <html:hidden property="fd_ZzCreateDate"/>
            <html:hidden property="zzCurState"/>
            <html:hidden property="fd_ZzCurStateSetDate"/>
            <html:hidden property="zzRemoveUser"/>
            <html:hidden property="fd_ZzRemoveDate"/>
            <html:hidden property="paramOrd"/>
            <html:hidden property="methodId"/>
            <html:hidden property="paramObjTypeId"/>
            <html:hidden property="isNormalJavaClass"/>
            <html:hidden property="isViewObj"/>
          </table>
        </td>
      </tr>
    </table>
  </html:form>
  </body>
</html:html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?