strust2--postman遇到的ognl问题

Posted onroad2019

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了strust2--postman遇到的ognl问题相关的知识,希望对你有一定的参考价值。

WARNING: Error setting expression ‘upgradePlan.startTime‘ with value ‘[Ljava.lang.String;@4eb2ffba‘
ognl.MethodFailedException: Method "setStartTime" failed for object com.wasu.version.model.UpgradePlan@6167f892 [java.lang.NoSuchMethodException: com.wasu.version.model.UpgradePlan.setStartTime([Ljava.lang.String;)]

……

Caused by: java.lang.NoSuchMethodException: com.wasu.version.model.UpgradePlan.setStartTime([Ljava.lang.String;)

 

修改系统编码 为:zh_CN.UTF-8

以上是关于strust2--postman遇到的ognl问题的主要内容,如果未能解决你的问题,请参考以下文章

Struts2Ognl与ValueStack

OGNL和ValueStack

OGNL:

Struts2系列:(22) result 和OGNL

什么是Ognl

对ognl表达式的简单实现(Ognl.getValue(express,root)),帮助理解ognl表达式的基本原理