在 Struts2 中的同一操作类中处理多个表单
我们如何在 Struts2 中同一操作类中的多个表单中填充/检索信息?通过模型驱动方法,行动与一种形式联系在一起。使用 ScopedModelDriven 拦截器 jsp 变得很脏,因为必须编写 model.property 来访问表单属性。有更好的方法吗?
How do we populate\retrieve information from\into multiple forms in same action class in Struts2 ? With ModelDriven approach, action is tied to one form. With ScopedModelDriven interceptor jsp becomes dirty as one has to write model.property to access form properties. Is there a better way of doing it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论