While using GWT FormPanel, after submitting the form, it posts form but does not redirect to the action url. Can any body help me?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
formPanelObject.getElement().<FormElement>cast().setTarget("");
by this line you changing the target parameter of the form and now the main page redirected to the action url after calling formPanelObject.submit();.