views:

20

answers:

1

I used iterator in my strut application like

s:iterator value="resultList" id="resultData" status="stat" > s:hidden name="orderItemsList[%{index}].totalCostPrice" id="%{#costPriceId}" value="%{#resultData.totalCostPrice}"/> /s:iterator>

here,I got an error when its found totalCostPrice value 0(Zero).

A: 

s:iterator value="roleList" status="roleList"> s:property value="name" /> s:property value="description" /> /s:iterator>

Luis