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).