[richfaces-issues] [JBoss JIRA] Created: (RF-4988) scrollableDataTable: the last row isn't shown in case rows attribute is setted(seam 2.0.2.GA, richfaces 3.3.0-SNAPHOT)

Mikhail Vitenkov (JIRA) jira-events at lists.jboss.org
Wed Nov 19 09:42:36 EST 2008


scrollableDataTable: the last row isn't shown in case rows attribute is setted(seam 2.0.2.GA, richfaces 3.3.0-SNAPHOT)
----------------------------------------------------------------------------------------------------------------------

                 Key: RF-4988
                 URL: https://jira.jboss.org/jira/browse/RF-4988
             Project: RichFaces
          Issue Type: Bug
    Affects Versions: 3.3.0
         Environment: Jboss 4.2.GA, seam 2.0.2.GA, richfaces 3.3.0-SNAPSHOT, browsers:FF 3.0, IE 6,7, Safari 3.1, Opera 9.5x
            Reporter: Mikhail Vitenkov
            Assignee: Nick Belaevski


#1. Set rows attribute to value less than size of ArrayList<any type> defined in "value" scrollableDataTable(SDT) attribute. SDT value should have 6 records.
#2. Use following code:
<rich:scrollableDataTable
rowKeyVar="rkv" headerClass="DataTableHeader"
columnClasses="DataTableColumnsOdd, DataTableColumnsEven"
height="190px" width="960px" id="prpList" rows="5"
value="#{beanList}" var="prpty" reRender="prpList"
hideWhenScrolling="true">
#3. Navigate to the page & make SDT scroll down.
#4. Verify the last record appearence.

Actual behavior:
The last record isn't brought back.

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

        



More information about the richfaces-issues mailing list