I have been researching practices and frameworks for client side GWT 
Validation.
The GWT Validation Library using JSR 303 doesn't seem what I am looking for.
The problem with this and similar validation is that you need to put data 
into a class and then validate it.
I want to validate data while its still in GWT Widgets and make visual 
indications on the GUI when there are problems.
I have run across several implementations that do this but wondering if I 
am missing something obvious.
I'm using GWT 2.5 (rc1) and it seems so unbelievable that it 
doesnt directly support a type of form validation without having to write 
it all from scratch,
but that is what I am discovering.

Suggestions welcome !

-David

-- 
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/-/7mioRXOFDN0J.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to