Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
1.1.7
-
None
-
Tomcat 5, running on winXP.
Description
Having a master-detail datatable (with the detailStamp) with one row expanded.
When toggling the row below, all the input values of already expanded row (one higher), are copied into the newly expanded row.
When working with a nested datatable, it works fine...but with all other components it doesn't.
We currently have :
<f:facet name="detailStamp">
<t:div id="detailStampDiv">
<table id="detailTable">
<tr>
<td><b>Street / Nr / Box</b></td>
<td><t:inputText value="#
" size="30" label="Street" maxlength="120"/></td>
</tr>
</table>
</t:div>
</f:facet>
After debugging through the AbstractHtmlDataTable and commenting out this rule in the processDetails method:
if (!isCurrentDetailExpanded()) {
continue;
}
it seems to work for us!
Attachments
Issue Links
- duplicates
-
TOMAHAWK-1534 t:dataTable detailStamp facet sometimes is not saved
- Closed