I think this is not a tobago issue. It is evident. The problem
seems, that the index can't be use it identify an item.

Solutions:

1. You may put your list in the session scope.

2. Using request scope: I need some information.
   How do you access to the selected item?
   Code sample?

Regards

Udo


Nazar Stasiv schrieb:
Provided backing bean contains collection of items and is in the request scope. If other user deletes an item from the bean there will be irrelevant data on your own screen. If you perform delete action on the very same item in the sheet you'll get loss of data.

The issue itself is that tobago sheet doesn't recognize backing bean was changed. and in case of delete operation as above some items in backing bean shift up. And there is very big chance you'll delete item which was next to item you meant to delete.

Had anyone experienced such kind of problems?

Thank You



Reply via email to