Consider a framework like GWT 
Validation<http://code.google.com/p/gwt-validation/>, 
or roll your own 
(example<http://stackoverflow.com/questions/4098579/how-to-use-the-gwt-editor-framework-for-validation>of
 Editor framework. Typically, it is up to you to validate your form 
fields. You can use Vaadin, GXT, or SmartGWT to do this for you, but then 
you have to accept the rest of those frameworks which is pretty heavy if 
you just want to ensure those passwords match and are non-null.

Using some onChange handlers it should be pretty simple to show inline 
warnings on password entry. While it is more work out the gate, I often 
find it easier to do my own validation than to have to been the validation 
I want to do to someone else's framework.


Sincerely,
Joseph

-- 
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/-/SYpOg2pwjJUJ.
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.

Reply via email to