Skip to content

Instantly share code, notes, and snippets.

@asicfr
Created October 15, 2012 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save asicfr/3891787 to your computer and use it in GitHub Desktop.
Save asicfr/3891787 to your computer and use it in GitHub Desktop.
struts2RestJpaBootstrap - Actions-book-delete-validation.xml
<?xml version="1.0"?>
<!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="current.id">
<field-validator type="required">
<message key="requiredfield"/>
</field-validator>
</field>
</validators>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment