Hello all, I have got a x:panelTabbedPane with tabs. On every tab I have a data table and the possibility to set a filter on this data table.
If I want to change the filter (by clicking first time a submit button) the action is called and a new data collection is set. But there is still the "old selection" shown. After a second click the results from the filter of the first click are shown. It seems to me that first objects are rendered and then the action is called. Is this a known problem? Is there a workaround? Thanks Marc

