GWT FormPanel不提交在IE - 工作正常FF,Chrome,Safari [英] GWT FormPanel not submitting in IE - works fine on FF, Chrome, Safari

查看:149
本文介绍了GWT FormPanel不提交在IE - 工作正常FF,Chrome,Safari的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在GWT(com.google.gwt.user.client.ui.FormPanel)中使用了一个简单的FormPanel。



设置表单的操作后,在Firefox,Safari,Chrome提交方法工作正常,而在IE(8)没有什么发生,当提交调用(我提交表单到paypal,不是那么重要)。



我在GWT 2.0。这是一个已知的问题吗?

解决方案

检查您用于提交表单的按钮是否已添加到面板以及隐藏的字段。我抓到了一次,在一些浏览器上工作,不工作在IE!


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!

解决方案

Check that the button you are using to submit the form is added to the Panel as well as the hidden fields. I got caught by it once, working on some browsers, not working in IE!

这篇关于GWT FormPanel不提交在IE - 工作正常FF,Chrome,Safari的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆