I have a datatable rendering problem
Hello everyone!
I am using datatable with binding UIData.
And I am handling value of datatable.
Example, insert/update/delete
That is the problem.
Insert & update work is pretty good.
But delete work is not good.
When i delete one row of the list.
Its rendering is fault.
If i delete No.1 row.. then showing No.2 row deleted.
But real list is right.
Just showing is fault.
I guess...
Value & render did not sync.
How do you think about this problem?
* env) myfaces 1.1.5, tomahawk 1.1.5
Thanks for read~

