hi Dave
I have updated my JSP as per your suggestion but still the issue is same.
updated JSP
<s:iterator value="selllog" id="selllogId" status="selllogStatus">
<tr align="left" valign="top">
<td><s:textfield value="%{idSellLog}"
disabled="true" theme="simple"
/></td>
<td><s:textfield
value="%{shopbrandmaster.brandmaster.idBrandMaster}"
name="shopbrandmaster" disabled="true" theme="simple" /></td>
<td><s:textfield
value="%{shopbrandmaster.brandmaster.brandsName}"
disabled="true" theme="simple" /></td>
<td><s:textfield
value="%{openingBalence}" name="openingBalence"
id="openingBalence" disabled="true" onchange="Total_Day_Stock();"
theme="simple" /></td>
<td><s:textfield value="%{receive}"
name="receive" id="receive"
onchange="Total_Day_Stock();" theme="simple" /></td>
<td><s:textfield
value="%{transfer}"name="transfer" id="transfer"
onchange="Total_Day_Stock();" theme="simple" /></td>
<td><s:textfield
value="%{transferToComment}"name="transferToComment"
id="transferToComment" theme="simple" /></td>
<td><s:textfield id="TotalDayStock"
disabled="true" theme="simple"
/></td>
<td><s:textfield
value="%{dayBrandRate}"name="dayBrandRate"
id="dayBrandRate" disabled="true" onchange="Total_Day_Stock();"
theme="simple"/></td>
<td><s:textfield
value="%{closingBalance}"name="closingBalance"
id="closingBalance" theme="simple" /></td>
<td><s:textfield id="sell"
disabled="true" theme="simple" /></td>
<td><s:textfield id="totalBrandSale"
disabled="true" theme="simple"
/></td>
</tr>
</s:iterator>
Still when I am trying to access this list after submission it is returning
me null value;
:-((
--
View this message in context:
http://old.nabble.com/Struts2-iterator-tag-tp18258667p30987872.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]