Salome HOME
Remove the scenario functionality is implemented
[tools/siman.git] / Workspace / Siman / src / org / splat / simer / ImportDocumentAction-valid-import-validation.xml
1 <!DOCTYPE validators PUBLIC "-//Apache Struts//XWork Validator 1.0.2//EN" "http://struts.apache.org/dtds/xwork-validator-1.0.2.dtd">
2 <validators>
3     <field name="documentName">
4         <field-validator type="requiredstring">
5             <message>${getText("message.error.noenteredvalue", "-", getText("field.documentitle"))}</message>
6         </field-validator>
7     </field>
8 </validators>