how post entire page in GWT form panel

别来无恙 提交于 2019-12-23 15:29:47

问题


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();.



来源:https://stackoverflow.com/questions/11890068/how-post-entire-page-in-gwt-form-panel

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!