[richfaces-issues] [JBoss JIRA] Commented: (RF-9029) rich:dataGrid with rich:dataScroller ignores attribute @first

Ilya Shaikovsky (JIRA) jira-events at lists.jboss.org
Tue Aug 17 10:30:11 EDT 2010


    [ https://jira.jboss.org/browse/RF-9029?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12545396#action_12545396 ] 

Ilya Shaikovsky commented on RF-9029:
-------------------------------------

dataScroller uses first in any iteration component to switch page. if rows=10 and page = 3 it will set first to 30. In case of ds usage - your settings in first will not influence the table.

So you should use for example page="#{pageBean.currentPage}" where current page = 3. To switch between pages.

If we will allow to redefine first with some custom value - we will not have idea how to render the page. As definitions will duplicate one to another.

> rich:dataGrid with rich:dataScroller ignores attribute @first
> -------------------------------------------------------------
>
>                 Key: RF-9029
>                 URL: https://jira.jboss.org/browse/RF-9029
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>    Affects Versions: 4.0.0.Milestone1
>         Environment: Firefox 3.6.8
> Apache Tomcat 6.0.26
> RichFaces Core Impl v.4.0.0-SNAPSHOT SVN r.18521 
> Metamer 4.0.0-SNAPSHOT SVN r. 18529 http://nexus.qa.jboss.com:8081/nexus/content/groups/public-all/org/richfaces/tests/metamer/4.0.0-SNAPSHOT/metamer-4.0.0-20100810.071345-36.war
>            Reporter: Lukas Fryc
>            Assignee: Anton Belevich
>             Fix For: 4.0.0.Milestone2
>
>         Attachments: Screenshot-16.png, Screenshot-17.png
>
>
> The attribute @first is ignored when dataScroller is bound to dataGrid.
> Use Steps to Reproduce using referenced sample application.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the richfaces-issues mailing list