Couple of days ago I started JSF with Iceface. I have a dataTable and when I delete a row, It deletes the particular list entry from the back-end. Also dataTable remove a row, but not the one I deleted. (It is not about the complete row. Its only a column.) I'm using a suggestion box for each row. Problem only happens with that suggestion box field. But without that suggestion box, it works fine.
I thought if I could refresh/sync again the dataTable with it's bean property, just before rendering it, might solve the problem. (From back-end it maintains the exact data set that I want to populate in my dataTable.)
At the moment what I want to know is, how can we re-sync the dataTable with it's new value, before render the response.
If you have any other idea please share it with me.
Thanks!