把列表的对象在JSP中展现:
<ww:iterator value="peopleList" status="stat">
<s:property value="peopleList[#stat.index].id" />
<s:property value="peopleList[#stat.index].name" />
<s:property value="peopleList[#stat.index].age" />
<s:property value="peopleList[#stat.index].height" ...







评论排行榜