GWT FormPanel not submitting in IE - works fine on FF, Chrome, Safari
Posted
by JohnIdol
on Stack Overflow
See other posts from Stack Overflow
or by JohnIdol
Published on 2010-01-05T23:57:25Z
Indexed on
2010/03/23
23:43 UTC
Read the original article
Hit count: 418
I am using a simple FormPanel in GWT (com.google.gwt.user.client.ui.FormPanel).
Once setting the action for the form, in Firefox, Safari, Chrome the submit method works fine while in IE (8) nothing happens when submit is called (I am submitting a form to paypal, not that it matters).
I am on GWT 2.0. Is this some kind of known problem? Been looking around but couldn't find anything on the subject.
Any help appreciated!
© Stack Overflow or respective owner