【问题标题】:Run an html form On a gwt Widget在 gwt 小部件上运行 html 表单
【发布时间】:2014-08-21 09:16:20
【问题描述】:

有没有关于如何在 gwt Wedget 上运行 HTML 表单的建议?

我读到: 1- HTML Widget 不起作用(只是在构造函数中插入了代码) 2- uiBinder(我可以使用它运行表单吗?)

【问题讨论】:

  • 什么意思:运行一个html表单?您要提交 html 表单吗?
  • 是的 .. 我需要在面板上运行它:<form method="POST" enctype="multipart/form-data" action="/EmployeesDataFileUpload" name = "f"> <h2>please enter the Employees Data file to upload:<br/><input type="file" name="upfile"><br/> <br/> <input type="submit" value="Press"> to upload Employees Data file </h2> </form>
  • 感谢您的评论 .. 它通过表单面板解决了 .. 问候

标签: java gwt uibinder


【解决方案1】:

您可以使用FormPanel 向服务器发送表单

【讨论】:

  • 是的 .. 我想就是这样 .. 效果很好 .. thaaaanks !
猜你喜欢
  • 2010-12-21
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
相关资源
最近更新 更多