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

Nick Belaevski resolved RF-6033.
--------------------------------

    Fix Version/s: 3.3.1
       Resolution: Cannot Reproduce Bug
         Assignee: Tsikhon Kuprevich


Cannot reproduce with current 3.3.1-snapshot. 
Page code:

<?xml version="1.0" encoding="UTF-8"?>

<jsp:root version="2.1" xmlns:jsp="http://java.sun.com/JSP/Page";
        xmlns:c="http://java.sun.com/jsp/jstl/core";
        xmlns:f="http://java.sun.com/jsf/core";
        xmlns:h="http://java.sun.com/jsf/html";
        xmlns:rich="http://richfaces.org/rich";
        xmlns:a4j="http://richfaces.org/a4j";>

        <jsp:directive.page contentType="text/html;charset=UTF-8"
                pageEncoding="UTF-8" />
        <jsp:output omit-xml-declaration="no" doctype-root-element="html"
                doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN"
                
doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"; />

        <f:view>
                <html xmlns="http://www.w3.org/1999/xhtml";>
                <body>
                <h:form>
                        <rich:dataTable value="#{forum5Bean.lotOfData}" 
rows="15" var="var" id="personneList">
                                <rich:column>
                                        <h:outputText value="#{var}" />
                                </rich:column>

                                <f:facet name="footer">
                                        <rich:columnGroup>
                                                <rich:column colspan="17" 
breakBefore="true"
                                                        style="text-align: 
right">
                                                        <rich:datascroller 
id="f1" for="personneList" align="right"
                                                                
stepControls="hidden" fastControls="auto"
                                                                
boundaryControls="auto" binding="#{rf6033Component}" />
                                                </rich:column>
                                        </rich:columnGroup>
                                </f:facet>
                        </rich:dataTable>
                        
                </h:form>
                </body>
                </html>

        </f:view>
</jsp:root>

 <referenced-bean>
  <referenced-bean-name>rf6033Component</referenced-bean-name>
  
<referenced-bean-class>org.richfaces.component.html.HtmlDatascroller</referenced-bean-class>
 </referenced-bean>



> rich:datascroller - problem several requests for one event
> ----------------------------------------------------------
>
>                 Key: RF-6033
>                 URL: https://jira.jboss.org/jira/browse/RF-6033
>             Project: RichFaces
>          Issue Type: Bug
>         Environment: JBOSS-4.2.0.GA
>            Reporter: vincent sylvestre
>            Assignee: Tsikhon Kuprevich
>             Fix For: 3.3.1
>
>
> We use a rich:datascroller component in our project.
> We can manage to go through our pages without any problem. However, each time 
> we change page by clicking on next page or previous page, instead of having 
> one request, we have 2 requests. One for the last event and one for the new 
> event. 
> Where does this problem come from ? 
> thank you

-- 
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