I have a number of Tab Pages.
One displays the Schedule of Leave for the LoggedInUser...Lets call this Page "Me"
Another displays the Schedule of Leave for all of the Employees that the LoggedInUser has visibility of. Lets call this Page "Them"
When the user first logs in and clicks on the "Me" all the resources display correctly. But now if the user clicks on "Them" none of the resources are displayed.
However, if the user logs in again but first clicks on "Them" the resources are displayed. But if they then click on "Me" those resources are not displayed.
Seems like that once a Schedule has been displayed then any other Schedule except that one gets screwed up even though the original schedule is no longer in context.
A bit like a caching problem.