t:selectOneRow does not handle integers
---------------------------------------
Key: TOMAHAWK-1517
URL: https://issues.apache.org/jira/browse/TOMAHAWK-1517
Project: MyFaces Tomahawk
Issue Type: Bug
Affects Versions: 1.1.9
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
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.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.