Re: There's an issue with synching tobago sheet to backing bean

2006-03-04 Thread Udo Schnurpfeil
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

There's an issue with synching tobago sheet to backing bean

2006-03-01 Thread Nazar Stasiv
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