marcelstoer schrieb:
> However, the form seems to get submitted twice as the
> Window.alert("The text box must not be empty"); is executed twice. Any
> ideas as for why this happens?
Place a
GWT.log("submitted", new Exception());
next to the Window.alert and look into the log-window where the
second call comes from. This should help you to find the reason
why you call it twice.
Regards, Lothar
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
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
-~----------~----~----~----~------~----~------~--~---