I'm getting the same problem except that I upgraded to MyFaces 1.1.4 from
1.1.4-SNAPSHOT.

For some reason, it renders the first row without any information and also
renders another row at the end.

E.g. rendering a list of things with ids from 1 to 5:

<tr >thing 1 stuff</tr>
<tr id="1">thing 2 stuff</tr>
<tr id="2">thing 3 stuff</tr>
<tr id="3">thing 4 stuff</tr>
<tr id="4">thing 5 stuff</tr>
<tr id="5"></tr>

I dunno what the heck is wrong with it.  I would really appreciate some help
with this.  Otherwise, it'll be back to the snapshots :(
-- 
View this message in context: 
http://www.nabble.com/Using-rowIndexVar-in-datatable-for-setting-rowId-fails-tf1863626.html#a7108336
Sent from the MyFaces - Users mailing list archive at Nabble.com.

Reply via email to