表单在索引页上不起作用
我正在使用 Spring 3 和 Eclipse。最奇怪的事情发生了,当我试图在索引页上创建一个表单时:我得到的不是简单的目标,也不是 bean 名称(命令名)错误的绑定结果......但是当我将完全相同的表单复制到其他 .jsp-文件和相同的控制器方法,它工作正常!谁能告诉它是什么吗?
I'm using Spring 3 and Eclipse. The weirdest thing happened, when I was trying to make a form on index page: all I got is neither plain target or binding result for bean name (commandname) error...but when I copy EXACTLY THE SAME form to other .jsp-file and THE SAME controller method, it works fine! Can anyone tell what it is?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
来自“索引页面”的请求显然以某种方式绕过了您的弹簧前端控制器。
The request from your "index page" is obviously bypass somehow your spring front controller.