该页面必须显示先前提交的字段中的值
我有一个包含 3 个字段的表单。 2 个字段是下拉菜单和 1 个文本框。
一旦我提交数据,它就会被插入到数据库中,并且页面会重定向到相同的表单。 现在,重定向的表单必须显示先前选择的字段中的值。
它是一个基于struts 的应用程序。
I have a form with 3 fields. 2 fields are dropdowns and one text box.
Once i submit the data, it is inserted into DB and the page is redirected to the same form.
Now, the redirected form must show the values in the fields which were previously selected.
It is a struts based application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
缓存表单中输入的值并使用将其设置到字段中
cache the entered value in the form and using set it into field