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

jaxx.demo.Model-info-validation.xml Maven / Gradle / Ivy

<!DOCTYPE validators PUBLIC
        "-//OpenSymphony Group//XWork Validator 1.0.2//EN"
        "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd">
<validators>
    <!-- Field Validators for email field -->
    <field name="text">
        <field-validator type="fieldexpression">
            <param name="expression"><![CDATA[ text != null && text.length() > 10]]></param>
            <message>Text should have more than 10 caracters</message>
        </field-validator>
    </field>

</validators>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy