In the context B, what i would like to acheive is to clear collection of the context.
Then to trigger event which filles in the collection again.
I am doing this - event is triggered and context collection is filled in with the new data (method ON_NEW_FOCUS). The problem is that these new data are not displayed in the browser.
When i press some link from my view and another view is called and when i go BACK to my view
the same method ON_NEW_FOCUS is called and data is displayed correctly in the browser.
So it works somehow..