Skip to content

Instantly share code, notes, and snippets.

@nnarhinen
Created September 21, 2010 08:15
Show Gist options
  • Save nnarhinen/589381 to your computer and use it in GitHub Desktop.
Save nnarhinen/589381 to your computer and use it in GitHub Desktop.
<validator class="or">
<validators>
<validator class="number" required="false">
<argument>foo</argument>
<error>not valid number</error>
</validator>
<validator class="number" required="false">
<argument>bar</argument>
<error>not valid number</error>
</validator>
</validators>
<error>Give either foo or bar</error>
</validator>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment