Do you do any strange things with your HTML <body> tag? FormPanel creates a hidden IFrame which loads the server response from your form submit. If this IFrame is removed from the DOM before the server response is loaded into that IFrame then your SubmitCompleteHandler will not be called.
This hidden IFrame will automatically be removed from the DOM if your FormPanel gets detached from the DOM. For example if your FormPanel is inside a PopupPanel and that PopupPanel closes before the server response is loaded then your SubmitCompleteHandler will not be called. Other than that FormPanel just works. How does your non-working code look like? -- J. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-web-toolkit. For more options, visit https://groups.google.com/groups/opt_out.
