Hello there, Sorry for another question regarding table... I have a master detail page (damn all my pages are master detail :P ) It has a propertyselection which has all the Seminars. Selecting one, it displays in a table the user list, and there's a form to add users to that specific Seminar (hope I made my self clear).
Everything was ok, untill pagination happens, when moving from one page to the other, the selected Seminar was changed (ok expected), So I defined the Seminar to be a persistent property. Problem solved. Now, what's odd: User selects the Seminar3 for example, navigates to the , lets say, 3rd page on the table, then, user selects the Seminar2, the user is presented with the 3rd page of the table from the users of the Seminar3. I haven't event tested with a Seminar with no users at all. Why is this happening? Is it possible to reset the Table Persistence mechanism or something like this? Best Regards