mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
266a553f5d
Reverted the license headers in sample apps code. I left only in pom.xml files and in Java code. git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@564339 13f79535-47bb-0310-9956-ffa450edef68
12 lines
344 B
XML
12 lines
344 B
XML
<!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="host">
|
|
<field-validator type="requiredstring">
|
|
<message key="error.host.required"/>
|
|
</field-validator>
|
|
</field>
|
|
|
|
</validators>
|