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

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

Reply via email to