Em đang học struts1 có làm update 1 lần nhiều records. Tình hình là em đã get dữ liệu từ actionform đổ lên trên JSP nhưng lúc lấy về để update thì bị null hết ạ .Ai biết cách giúp em với. Em cảm ơn nhiều ạ !
<logic:iterate name="SearchAIActionForm" property="listAInfo" id="listAInfo">
<tr>
<td width="120px;">
<html:text name="listAInfo" property="departure" style="width:120px;" readonly="true"></html:text>
</td>
<td width="139px;">
<html:text name="listAInfo" property="destination" style="width:139px;" readonly="true"></html:text>
</td>
<td width="130px;">
<div class="input-append input-group date datetimepicker" data-date="" data-date-format="dd-mm-yyyy">
<html:text name="listAInfo" styleClass="span2 form-control" property="dateGo" style="width:90px;height:27px;"></html:text>
<span class="input-group-addon"><span class="glyphicon glyphicon-calendar"></span></span>
</div>
</td>..............
lúc lấy trở lại listAInfo ở đây để update thì nó bị null luôn là sao ạ . Em không hiểu lắm struts1 này do mới học . Ai giúp em cảm ơn nhiều lắm ạ .
<logic:iterate name="SearchAIActionForm" property="listAInfo" id="listAInfo">
<tr>
<td width="120px;">
<html:text name="listAInfo" property="departure" style="width:120px;" readonly="true"></html:text>
</td>
<td width="139px;">
<html:text name="listAInfo" property="destination" style="width:139px;" readonly="true"></html:text>
</td>
<td width="130px;">
<div class="input-append input-group date datetimepicker" data-date="" data-date-format="dd-mm-yyyy">
<html:text name="listAInfo" styleClass="span2 form-control" property="dateGo" style="width:90px;height:27px;"></html:text>
<span class="input-group-addon"><span class="glyphicon glyphicon-calendar"></span></span>
</div>
</td>..............
lúc lấy trở lại listAInfo ở đây để update thì nó bị null luôn là sao ạ . Em không hiểu lắm struts1 này do mới học . Ai giúp em cảm ơn nhiều lắm ạ .