文章列表
action
中有一个List类型的属性,在list页面会显示多行记录,代码如下所示:
<s:iterator value="persons" status="stat">
<s:textfield label="%{'Person '+#stat.index+' Name'}"
name="%{'persons['+#stat.index+'].name'}" />
<s:textfield label="%{'Person '+ ...