All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.agiletec.apsadmin.portal.WidgetsViewerAction-validation.xml Maven / Gradle / Ivy

<!DOCTYPE validators PUBLIC
        "-//Apache Struts//XWork Validator 1.0.2//EN"
        "http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd">

<validators>
	
    <field name="showletTypeCode">
        <field-validator type="requiredstring" short-circuit="true">
            <message key="requiredstring"/>
        </field-validator>
        <field-validator type="fieldexpression" short-circuit="true">
			<param name="expression"><![CDATA[!(getWidgetType(showletTypeCode) == null)]]></param>
			<message key="error.widgetType.invalidTypeCode" />
		</field-validator>
    </field>
    
</validators>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy