[ 
https://issues.jboss.org/browse/RF-11755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Markus Staab updated RF-11755:
------------------------------

    Description: 
The ScrollableDataTableRowKeyConverter which is used by the scrollableDataTable 
expects the rowKey to be an Integer.

Since we use the primary of our database as a rowKey and this is of type Long, 
we got in trouble with this component.
The converter would be more compatible with this situation if it would check 
against Long instead of Integer.

  was:
The ScrollableDataTableRowKeyConverter which is used by the scrollableDataTable 
expects the rowKey to be an Integer.

Since we use the primary of our database as a rowKey and this is of type Long, 
we got in trouble with this component.
The converter would be more compatible with this situation if it would check 
again Long instead of Integer.


    
> ScrollableDataTableRowKeyConverter expects Integer as RowKey Type
> -----------------------------------------------------------------
>
>                 Key: RF-11755
>                 URL: https://issues.jboss.org/browse/RF-11755
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 3.3.3.Final
>         Environment: Liferay 5.2.4, JSF 1.2_15, Richfaces 3.3.3, Portlet 2.0
>            Reporter: Markus Staab
>
> The ScrollableDataTableRowKeyConverter which is used by the 
> scrollableDataTable expects the rowKey to be an Integer.
> Since we use the primary of our database as a rowKey and this is of type 
> Long, we got in trouble with this component.
> The converter would be more compatible with this situation if it would check 
> against Long instead of Integer.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to