Hi Thomas, Thanks for the response. I was talking about the Validation class that used to be in the com.google.gwt.validation package; it seems to have moved to the com.google.gwt.validation.*impl* package. After updating the import statements, I was able to compile and run my app.
Cheers, Cengiz On Monday, July 2, 2012 6:02:19 PM UTC+3, Thomas Broyer wrote: > > > On Monday, July 2, 2012 8:47:50 AM UTC+2, Cengiz wrote: >> >> Does anyone know what happened to >> com.google.gwt.validation.client.Validation in 2.5? What are we >> supposed to use in its place? > > > Nothing special, its still there. The module is called > com.google.gwt.validation.Validation though (without the "client" part) > -- 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-web-toolkit/-/SJ7JcdDcl8IJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
