作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
当我尝试登录 Struts 应用程序时,出现以下错误。这是在将我的 Struts 库升级到最新版本后发生的。
请分享任何可以帮助我解决此问题的信息。 Struts 的早期版本是 2.3.10。较新的版本是2.5.10.1。
Caused by: java.lang.IllegalArgumentException: unknown reserved key
'_typeConverter'
at ognl.OgnlContext.put(OgnlContext.java:536)
at ognl.Ognl.setTypeConverter(Ognl.java:346)
at com.opensymphony.xwork2.ognl.OgnlUtil.setProperty(OgnlUtil.java:225)
at com.opensymphony.xwork2.ognl.OgnlReflectionProvider.setProperty(OgnlReflectionProvider.java:90)
at org.apache.struts2.factory.StrutsResultFactory.setParameter(StrutsResultFactory.java:67)
at org.apache.struts2.factory.StrutsResultFactory.setParameters(StrutsResultFactory.java:52)
at org.apache.struts2.factory.StrutsResultFactory.buildResult(StrutsResultFactory.java:41)
at com.opensymphony.xwork2.ObjectFactory.buildResult(ObjectFactory.java:220)
at com.opensymphony.xwork2.DefaultActionInvocation.createResult(DefaultActionInvocation.java:215)
> ... 18 more
最佳答案
您使用的 OGNL 库版本错误。使用 Maven 或等效工具来管理依赖项。或下载Essential Dependencies Only查看您需要将哪个版本的 OGNL 与 Struts 2.5.10.1 一起使用。
关于struts2 - 由 : java. lang.IllegalArgumentException 引起:未知的保留 key '_typeConverter',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42997558/
当我尝试登录 Struts 应用程序时,出现以下错误。这是在将我的 Struts 库升级到最新版本后发生的。 请分享任何可以帮助我解决此问题的信息。 Struts 的早期版本是 2.3.10。较新的版
我是一名优秀的程序员,十分优秀!