So don't use the FormPanel/Submit mechanism.  Instead add handlers to
the widgets for what you are trying to do, ala
http://code.google.com/webtoolkit/doc/latest/DevGuideUiHandlers.html.
For example you can add an "Ok" button with a ClickHandler that
gathers all the values from the GWT widgets that the user entered,
does error checks, and sends it to your server via RPC (see
http://code.google.com/webtoolkit/doc/latest/DevGuideServerCommunication.html).
Or you can add an OnBlurHandler or similar to a textArea that does
validation, turns it red as needed, whatever.

On Mar 28, 10:02 pm, Vik <vik....@gmail.com> wrote:
> Hie
>
> yeah i m using formPanel just to  wrap my gwt ui components. So, even after
> using gwt components like textbox etc I am not sure
> how to build a ajax type validation form.
>
> Please advise
>
> Thankx and Regards
>
> Vik
> Founderwww.sakshum.comwww.sakshum.blogspot.com
>

-- 
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-tool...@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