Re: Custom Server Validation in GWT 2.2

2011-04-21 Thread Andy
I have checked that both classes are in gwt-user.jar from the trunk, are you using the right jar in your classpath ? they are not yet in gwt 2.2.0. -- 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

Re: Custom Server Validation in GWT 2.2

2011-04-19 Thread Ahmed Mohammed
Is the GWT validation api released or not. I checked out the validation sample project from trunk and it complains about below missing files. com.google.gwt.validation.client.AbstractValidationMessageResolver; com.google.gwt.validation.client.UserValidationMessagesResolver; On Apr 19, 3:09 am, An

Re: Custom Server Validation in GWT 2.2

2011-04-19 Thread Andy
This is just an update on this question, I am able to do the server custom constraint successfully using GWT 2.2 After checking the source code, I think GWT handles the validation the same way as other framework, hence I just following the guide below to create the customer constraint http://docs

Re: Custom Server Validation in GWT 2.2

2011-04-15 Thread Juan Pablo Gardella
Yes, validation in gwt at now is young I think. So we use gwt-vl in my project and work well. 2011/4/15 Andy > Many thanks for the answer Juan, I am aware of the project gwt-vl, but > this is not a standard from GWT. > Since GWT already have this, I prefer to use it, > > Plus it works very well

Re: Custom Server Validation in GWT 2.2

2011-04-15 Thread Andy
Many thanks for the answer Juan, I am aware of the project gwt-vl, but this is not a standard from GWT. Since GWT already have this, I prefer to use it, Plus it works very well because it will direct the violation error message to the bean proxy's field in the UI which save time on the mapping the

Re: Custom Server Validation in GWT 2.2

2011-04-15 Thread Juan Pablo Gardella
See http://gwt-vl.sourceforge.net/ 2011/4/15 Andy > Hi, > > May I know if it is possible to do custom server validation in GWT > 2.2? > > I saw the sample in > > http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/validation/src/com/goog

Custom Server Validation in GWT 2.2

2011-04-15 Thread Andy
Hi, May I know if it is possible to do custom server validation in GWT 2.2? I saw the sample in http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/validation/src/com/google/gwt/sample/validation/Validation.gwt.xml I know this is in trunk, but I wander if there is anything