diff options
author | Alexey Fansky <afansky@gmail.com> | 2014-12-03 17:07:43 -0800 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2014-12-09 09:15:02 +0000 |
commit | 153129d52d0167a4d54d7c133155eeec7d407a19 (patch) | |
tree | 48af7657169fad49cdd81bdaf9d936c4c679d5a9 /uitest/ivy.xml | |
parent | 206055708b0a8e1c17a8c63d482a5e202d3ebf6d (diff) | |
download | vaadin-framework-153129d52d0167a4d54d7c133155eeec7d407a19.tar.gz vaadin-framework-153129d52d0167a4d54d7c133155eeec7d407a19.zip |
Returning all validation errors in the exception cause when submitting a field group (#14742)
Following the similar logic as in AbstractField when multiple validation errors occur. Catching all InvalidValueExceptions and putting them together wrapped into the exception.
Change-Id: Ied08fd2155412539b28ef94bc74e6c989c62f709
Diffstat (limited to 'uitest/ivy.xml')
-rw-r--r-- | uitest/ivy.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 14c8bc6ce3..78171f9a9c 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -27,6 +27,8 @@ <dependency org="javax.validation" name="validation-api" rev="1.0.0.GA" conf="build,ide -> default,sources" /> + <dependency org="org.hibernate" name="hibernate-validator" + rev="4.2.0.Final" conf="build,ide -> default" /> <!-- Google App Engine --> <dependency org="com.google.appengine" name="appengine-api-1.0-sdk" rev="1.2.1" conf="build-provided,ide -> default" /> |