<ww:property value="poQty"/>
要不就是
<ww:property name="poQty"/>

解决方案 »

  1.   

    不对报错没有这个属性:attribute `name' in tag `ww:property' has no corresponding set method in tag class `com.opensymphony.webwork.views.jsp.PropertyTag'
      

  2.   

    现在手工:
    <ww:property value="po_Line_List[0].[0]"/>
    <ww:property value="po_Line_List[0][1]"/> 
    <ww:property value="po_Line_List[0][2]"/> 
    可以取得,但是怎么可以
    用变量po_Line_List[i][j]方式来遍历取得。
      

  3.   

    你式式,iterator嵌套式式
    应该可以把二位数组去出来
    <ww:iterator>
    <ww:iterator>
    <ww:iterator>
    </ww:iterator>