Hi all,I try to create a form that contains 2 tables with same datas in
it. so i bind the two tables on the same xsd elements but here is what
occurs:if i bind row of table1 on $.table.row and row of table2 on
$.table.row, I can only get the first record but in the two tables.if i
bind row of table1 on $.table.row[*] and row of table2 on
$.table.row[*], only table1 get values for each rows and table2 stay
empty.Have you got any explaination or solution?Thanks for your answers
and sorry for my po...