当跳转到一个含有form表单的页面的时候

如<form:form commandName="useCarInfo" 

必须要new一个useCarInfo的同名实例给jsp来接收表单中的参数,

否则报出异常

org.apache.jasper.JasperException: java.lang.IllegalStateException: Neither BindingResult nor plain target object for bean name 'useCarInfo' available as request attribute

相关文章:

  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2022-01-08
  • 2022-02-03
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
猜你喜欢
  • 2022-12-23
  • 2021-05-13
  • 2022-12-23
  • 2022-12-23
  • 2021-12-28
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案