使用 springs 和 jsp 填充字段后自动填充表单字段
我有一个表单,允许用户添加员工的详细信息或编辑现有的详细信息。一旦用户在表单中输入员工 ID 并按下搜索按钮,控制器将搜索员工的详细信息并填写表单。可以在不将页面重新发送给用户的情况下完成此操作吗?我正在使用jsp和spring。
I have a form that lets the user to either add an employee's details or edit existing details. Once the user enters the employee id in the form and presses search button, then the controller will search for the details of the employee and fill the form. Can this be done without resending the page to the user? I'm using jsp and springs.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们可以使用ajax、jquery来填充表单而无需重新发送页面
We can use ajax, jquery to populate the forms without resending the page