问题:在本地跑,一切正常。到服务器,立马出错。
c:forTokens 就报错 The method setItems(String) in the type ForTokensTag is not applicable for the argume
1.jstl.jar 重复
排除 jstl 重复的可能性
2. standard 和jstl 版本搭配
发现 maven 里的 standard 版本是 1.1.2 ,jstl 却是 1.2 . 修改 jstl 为 1.1.0 。错误解决
问题:在本地跑,一切正常。到服务器,立马出错。
c:forTokens 就报错 The method setItems(String) in the type ForTokensTag is not applicable for the argume
1.jstl.jar 重复
排除 jstl 重复的可能性
2. standard 和jstl 版本搭配
发现 maven 里的 standard 版本是 1.1.2 ,jstl 却是 1.2 . 修改 jstl 为 1.1.0 。错误解决
相关文章: