提交struts表单时出现问题
我有一个具有一些索引属性的表单。
当我提交此表单时,收到以下错误消息
javax.servlet.ServletException'(2009-09-16 13:14:29.814 GMT): BeanUtils.populate. ---
有什么想法我应该寻找解决此问题的方法吗?
I have a form that has some indexed properties.
When i submit this form io get the following error message
javax.servlet.ServletException'(2009-09-16 13:14:29.814 GMT): BeanUtils.populate. ---
Any ideas what i should be looking for to solve this issue?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的 HTML 表单与您的 Action Form bean 不匹配。例如,您的操作表单中可能未定义表单控制参数。
Your HTML form doesn't match your Action Form bean. For example, you might have a form control parameter not defined in your action form.