解决 Type [java.lang.String] is not valid for option items

网上已经有很多解决方案
http://stackoverflow.com/questions/4331532/multiple-select-in-spring-3-0-mvc

但是我这问题不一样的在于是EL 表达式不被识别,因为web-xml 是由Eclipse生成,版本太低,
参考这篇文章修改web.xml 支持EL表达式即可解决

http://blog.csdn.net/songylwq/article/details/6167535

猜你喜欢

转载自feifangongzi.iteye.com/blog/2177867