乱七八糟 1、在struts2中用el表达式取map的值用${map['key']}
<s:iterator id="map" value="taskList" status="status"><td class="${className}">${map['OWNER']}</td>