📄 xxfledit.page
字号:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page-specification PUBLIC
"-//Apache Software Foundation//Tapestry Specification 3.0//EN"
"http://jakarta.apache.org/tapestry/dtd/Tapestry_3_0.dtd">
<!-- generated by Spindle, http://spindle.sourceforge.net -->
<page-specification class="com.cis.manage.wsm.page.basic.XxflEditPage">
<description>add a description</description>
<property-specification name="errormessage" type="java.lang.String"/>
<property-specification name="xxflrecid" type="java.lang.String"/>
<property-specification name="xxflcode" type="java.lang.String"/>
<property-specification name="xxflstatus" type="java.lang.String" initial-value="1"/>
<property-specification name="xxfltname" type="java.lang.String"/>
<property-specification name="xxflfcode" type="java.lang.String"/>
<property-specification name="xxflfname" type="java.lang.String"/>
<property-specification name="xxfllcode" type="java.lang.String"/>
<property-specification name="xxflremark" type="java.lang.String"/>
<property-specification name="xxflcontype" type="java.lang.String"/>
<property-specification name="isAddFlag" type="boolean" initial-value="true"/>
<bean name="delegate" class="com.common.util.UtilValidationDelegate"/>
<property-specification name="xxflifpub" type="java.lang.String" initial-value="1"/>
<property-specification name="xxflifmain" type="java.lang.String" initial-value="1"/>
<bean name="userCheck" class="com.emk.manage.ResStringValidator" lifecycle="page">
<set-property name="required" expression="true"/>
<set-property name="clientScriptingEnabled" expression="true"/>
</bean>
<component id="xxfltname" type="ValidField">
<binding name="value" expression="xxfltname"/>
<binding name="validator" expression="beans.userCheck"/>
<message-binding name="displayName" key="xxfltname"/>
</component>
<!--property-specification name="listCustomers" type="java.util.List"/-->
<property-specification name="wzlxList" type="java.util.List"/>
<property-specification name="tconWzlx" type="com.cis.manage.wsm.vo.TconWzlxVO"/>
<property-specification name="xxflDao" type="com.cis.manage.wsm.dao.impl.IXxflDAO">
global.appContext.getBean("xxflDao")
</property-specification>
<context-asset name="tijiao" path="images/cis/tijiao.gif"/>
<context-asset name="fanhui" path="images/cis/fanhui.gif"/>
</page-specification>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -