我的spring版本是3.1.2
我在spring的Controller里面返回一个Map
model.addAttribute("config", map);
在jsp的form标签里面取
错误提示:
Invalid property 'index_name' of bean class [org.springframework.util.LinkedCaseInsensitiveMap]: Bean property 'index_name' is not readable or has an invalid getter method
我返回的是个Map,肯定没有这个属性,
不知道返回Map怎么在form里面取值,是不是spring form只支持bean取值?