Skip to content

Instantly share code, notes, and snippets.

@docteurklein
Created February 9, 2011 12:56
Show Gist options
  • Save docteurklein/818428 to your computer and use it in GitHub Desktop.
Save docteurklein/818428 to your computer and use it in GitHub Desktop.
<constraint-mapping xmlns="http://www.symfony-project.org/schema/dic/constraint-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/constraint-mapping
http://www.symfony-project.org/schema/dic/services/constraint-mapping-1.0.xsd">
<class name="Test\FileBundle\Entity\File">
<property name="title">
<constraint name="NotBlank">
<option name="message">error.title.empty</option>
</constraint>
</property>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment