<core:forEach var="item" varStatus="status"  begin="1900" end="1910">
     ${helper.selected.birthYear[status.index]}${status.index }
 </core:forEach>
这是里面抽出问题最关键的一段 helper.selected.birthYear是一个map,我想根据一个循环得到的索引来获得map中相应的元素,但是上面的代码始终无法取得map中的数据,但只要动态索引变成定值像1908什么的就一点问题没有,有大神知道怎么解决吗?JSP