I've asked this question on stack overflow, maybe someone here will know 
more: 

http://stackoverflow.com/questions/12480614/gwt-formpanel-method-replaced-by-input-parameter

Essentially, it seems like my FormPanel's method is being overridden by a 
hidden input parameter of the form itself (which also has the name 
"method") in Firefox, despite explicitly calling 
form.setMethod(FormPanel.METHOD_POST).  The problem is solved by changing 
the parameter to "_method" (or anything else) though I want to avoid 
changing the servlet.

Curtis.

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