67,550
社区成员




<s:iterator value="#pro" status="sta">
<tr>
<td>
<s:set value="#{'16978':'data1','169777':'data2','1697822','data3'}" name="ms_%{#sta.index}"/>
<s:property value="#ms_%{#sta.index}['16978']"/><s:textfield id="#ms_%{#sta.index}['16978']" name="#ms_%{#sta.index}['16978']"></s:textfield>
<!--<a href="${productId}${productName}<s:property value='#sta.index'/>"><s:property value="productId"></s:property></a>
--></td>
<td><a href=""><s:property value="%{#sta.index + #sta.index }"/><s:property value="productName"></s:property></a></td>
</tr>
</s:iterator>