Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.9
-
None
-
None
Description
t:selectOneRow assume Long is used as value, but UIData.getRowIndex return Integer.
The solution is try to get the type from "value" ValueBinding and if it is Long use it, otherwise by default use Integer.