On Friday, February 21, 2014 8:43:14 AM UTC+1, Farhaan Kazi wrote:
>
> Farhaan,
>
> Hi,
>
> After deleting validation-api.jar from classpath, Can you able to do 
> validation using JSR 303 annotation
>

You need to have validation-api.jar in the classpath (of both javac and the 
GWT compiler at least; GWT is not concerned with server-side validation), 
but you need to pick the right version: GWT implements validation-api 
1.0.0.GA, it's likely incompatible with 1.1.0.Final. Similarly, you must 
use Hibernate Validator 4.1.0.Final, and no other version. But as I said, 
this is only for client-side validation, you can use whatever you like on 
the server side though.
 

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to