[ http://jira.jboss.com/jira/browse/RF-3791?page=all ]

Mikhail Vitenkov closed RF-3791.
--------------------------------


Verified at 3.2.2-SNAPSHOT

> dataScroller: problem with sorting of rich:dataTable contained 
> rich:dataScroller component inside.
> --------------------------------------------------------------------------------------------------
>
>                 Key: RF-3791
>                 URL: http://jira.jboss.com/jira/browse/RF-3791
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.2.2
>         Environment: IE6, IE7, FF, Opera, Safari
>            Reporter: Mikhail Vitenkov
>         Assigned To: Mikhail Vitenkov
>             Fix For: 3.2.2
>
>
> Step 1. Add  dataScroller component inside rich:dataTable, supported sorting 
> & filtering features, following way:
> <rich:dataTable id="dataTableId" value="#{dataScroller.dataTable}"... >
>               <f:facet name="header">
>                       <rich:datascroller 
> ajaxSingle="#{dataScroller.ajaxSingle}" ...>
> ...
>                       </rich:datascroller>
>               </f:facet>
>               <f:facet name="footer">
>                       
>               </f:facet>
>               <rich:column sortBy="#{dT.data0}" filterBy="#{dT.data0}" 
> filterEvent="onchange">
>                       <h:outputText value="#{dT.data0}" />
>               </rich:column>
>               <rich:column sortBy="#{dT.data1}" filterBy="#{dT.data1}" 
> filterEvent="onchange">
>                       <h:outputText value="#{dT.data1} " />
>               </rich:column>
>       </rich:dataTable>
> Step 2. Navigate on the page.
> Step 3. Navigate to the 3rd page using dataScroller.
> Step 4. Click on sorting icon("Ascending").
> Step 5. Verify dataTable columns' content currently displayed.
> Step 6. Click on "Next" dataScroller link & verify the number of page being 
> displayed.
> Actual behavior:
> Step 5: 3rd datatable page contained 10 page's content;
> Step 6: after "Next" is clicked - 11th page is displayed instead of 4th.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.jboss.com/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