问题标签 [spring-tld]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
83 浏览

java - Spring mvc 抛出异常 - IllegalStateException:在 jsp 页面中使用表单 tld 时,既不是 BindingResult 也不是 bean 的普通目标对象

当我在jsp页面中使用纯html时,应用程序工作正常,当我在jsp中添加表单标签时,它给出了异常,我在这里粘贴了我的代码和异常,请帮助我。我无法解决这个问题并且从现在开始停留 3 天。这里出了什么问题

我的调度员-servlet:

我的 web.xml:

我的控制器类:

我的员工 jsp 页面:

我的员工模范班

异常片段