提交两种表单 - 一种来自菜单,一种来自正文

发布于 2024-10-05 15:23:37 字数 149 浏览 1 评论 0原文

我在我的应用程序中使用tiles框架。我有两个 JSP(body.jsp 和 menu.jsp)文件,一个用于正文,一个用于菜单(左侧菜单)。现在我想要主体中有一个提交按钮,它将主体和菜单数据发布到一个操作类。

请针对上述问题提出解决方案,

提前致谢。

I am using tiles framework in my application. I have two JSP(body.jsp and menu.jsp) files one is for body and one is for Menu(Left hand side menu). Now i want a single submit button in body which will post the both body and menu data to one action class.

Kindly suggest solution for the above said problem

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

萌梦深 2024-10-12 15:23:37
  • 要么将整个页面设为一个大表单
  • ,要么使用 JavaScript 从另一个表单收集值,并在输入值后立即将它们设置到另一个表单的隐藏字段中
  • ,或者使用 JavaScript 通过收集以下值来构造 URL:值并且根本不使用表格
  • Either you make the whole page a big form
  • or you could use JavaScript to collect the values from the other form and set them in hidden fields of the other form as soon as they're entered
  • or you use JavaScript to construct a URL by collecting the values and don't use forms at all
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文