ClassCastException: org/springframework/web/servlet/support/JstlUtils$SpringLocalizationContext inco

在使用spring portlet MVC开发时:

环境:pluto 2.0.3

           springframework 2.5

部署到pluto上时,出现上述错误

ClassCastException: org/springframework/web/servlet/support/JstlUtils$SpringLocalizationContext incompatible with java/lang/String

解决:

将 jstl-1.0.6.jar and standard-1.0.6.jar under pluto-1.1.6\webapps\pluto\WEB-INF\lib into pluto-1.1.6\shared\lib 

即可。

你可能感兴趣的:(spring,mvc,portlet)