Re: BeanValidation JSR 303

2011-11-30 Thread F. Lancer
Hello, Fabricio. I try to use GWT validation (http://code.google.com/p/google-web- toolkit/wiki/BeanValidation , started from GWT 2.4.0). This package is in EXPERIMENTAL state but I suppose it will be released soon (<1year). There are some troubles with usage (I still cannot use 2 validators per a

BeanValidation JSR 303

2011-11-30 Thread Fabricio Pizzichillo
Hello People. What do you recommend for DTO validation? Regards Fabricio -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-toolkit@googlegroups.com. To unsubscribe from this group, send email

Re: Отг: Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-03 Thread Karthik Reddy
First bump in the road. As I try to run my DynatableRF sample (2.4 ) I run into the following exception: * * *Caused by: java.lang.NoClassDefFoundError: org/json/JSONException * *at com.google.web.bindery.autobean.shared.impl.StringQuoter.createSplittable(StringQuoter.java:58) * * * Caused by: ja

Re: Отг: Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-03 Thread objectuser
Did you happen to follow any sort of guide to getting validation working in 2.4 RC1? I failed in my attempt. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google

Re: Отг: Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-03 Thread Karthik Reddy
Thanks for the helpful info. I will go ahead and build the DynatableRF sample in 2.4 and try it out . Hopefully, in 2.4's DynatableRF, I could witness the fruits of the marriage between client-side validation and editor framework. -- You received this message because you are subscribed to t

Отг: Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-03 Thread Miroslav Genov
Yeah, in 2.3 validation is a little bit broken, cause it was fully refactored after GWT 2.2. The things are working well in GWT 2.4-rc1 I think. DynaTableRf contains a nice validation example. To check whether JSR-303 is working, just check that demo project but don't forget to remove this va

Do Beanvalidation(JSR-303) and editor framework play along well ?

2011-08-02 Thread Karthik Reddy
In other words does a call like SimpleBeanEditorDriver.getErrors() give me a list of errors. I am trying this in 2.3 and I do not seem to be able to retrieve the errors via SimpleBeanEditorDriver.getErrors() . -- You received this message because you are subscribed to the Google Groups "Goo