Spring MVC 3.0 注解 - 对话形式 - 初学者问题
在 Spring 3.0 中如何执行以下操作? (我找到了这么多结果,我不确定哪个是正确的方法)
我想知道的是如何在“最佳实践”标准Spring 3.0注释方式中执行以下操作
- 多页面表单 (如何使用
@SessionAttributes
) - 表单上的多个提交按钮(我应该使用
@RequestMapping(params={"btn1"}...) ?)
- 表单字段到 bean 的自动绑定(
@InitBinder
?必须使用“Spring”表单吗?)
How do you do the following in Spring 3.0? (I found so many results, I'm not sure which is the right way)
What I want to know is how to do the following in the "best practice" standart Spring 3.0 Annotation way
- Multiple page form (How to use
@SessionAttributes
) - Multiple submit buttons on a form (should I use
@RequestMapping(params={"btn1"}...)
?) - Automatic binding of form fields to beans (
@InitBinder
? must it use "Spring" forms?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)