On Tue, Feb 22, 2011 at 11:21 AM, Jainitya wrote: > I am also a newbie in struts 2 ,I dont know how to use this forum
http://struts.apache.org/mail.html > <s:iterator value="selllog" var="selllog" id="selllog" status="selllog"> > <tr align="left" valign="top"> > <s:hidden value="%{selllog.idSellLog}" disabled="true" > theme="simple" > name="selllog[%{#selllog.index}].idSellLog"/> FWIW, I'm not sure this is valid HTML--have you run it through a validator? You're basically inserting elements between a TR and TD. > but after submitting it, i am not able to access the selllog List in my > action .It is returning me as a null list. This is the only thing that would set anything on the list, but it's disabled (which is weird for a hidden element), so the browser won't send it. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org