jaxx.demo.validation.model.Movie-update-info-validation.xml Maven / Gradle / Ivy
<!-- #%L JAXX :: Tutorial Validation $Id: Movie-update-info-validation.xml 2180 2011-01-26 18:55:02Z tchemit $ $HeadURL: http://svn.nuiton.org/svn/jaxx/tags/jaxx-2.4.1/jaxx-tutorial-validation/src/main/resources/jaxx/demo/validation/model/Movie-update-info-validation.xml $ %% Copyright (C) 2008 - 2011 CodeLutin %% This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Lesser Public License for more details. You should have received a copy of the GNU General Lesser Public License along with this program. If not, see <http://www.gnu.org/licenses/lgpl-3.0.html>. #L% --> <!DOCTYPE validators PUBLIC "-//OpenSymphony Group//XWork Validator 1.0.2//EN" "http://www.opensymphony.com/xwork/xwork-validator-1.0.2.dtd"> <validators> <field name="title"> <field-validator type="fieldexpression"> <param name="expression"> <![CDATA[ title == null || title.empty ]]></param> <message>Title is filled.</message> </field-validator> </field> </validators>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy