Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.1-core
-
None
-
generic issue, environment independent.
Description
UIXCollection's internal state sometimes is not initialized properly. This could happen is backing bean calls UIXTable.getSelectedRowKey() at the time table is just initialized. Calling UIXTable.getSelectedRowKey() will force table to flush its model, i.e. make sure internal state cached model is up to date. So this will setup internal state's model reference, but not other variables, causing silent functional failure later on.