使用 Spring MVC 3+ 是否可以在单个页面上有多个表单?
我现在有这个,但是当我通过它的 requestMapping 调用控制器中的一个方法时,我收到一个错误,指出到第二种形式的映射不存在。
这是错误:
java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'stockLoadingForm' available as request attribute
谢谢。