4 Replies Latest reply on Jan 24, 2008 4:11 AM by jim20100

    Datascroller click and EventsQueue

    jim20100

      Another problem, when you click several times on "Next page" (not so quickly) I have an exception ArrayOutOfBound. It seems that several requests are sent. How to prevent that?

      I have tried again with Eventsqueue: The same problem.

      <rich:datascroller
      rendered="#{ShoppingCartBean.partsSize>0}"
      for="dataParts" maxPages="10" fastStep="10"
      eventsQueue="queueDataScrollerCart"
      ignoreDupResponses="true" requestDelay="500">

        • 1. Re: Datascroller click and EventsQueue
          ilya_shaikovsky

          seems that you use not latest version. Such bug was fixed some time ago..


          Do you able to reproduce this using our demosite page?

          • 2. Re: Datascroller click and EventsQueue
            jim20100

            No I cannot reproduce.

            Perhaps my general problems of "Eventsqueue" comes from my architecture?
            Especially I use MyFaces implementation.

            Please can you check the libraries:
            Here are the lib directory:

            06/04/2006 20:00 1,338,708 castor-1.0-xml.jar
            04/12/2007 16:07 188,671 commons-beanutils-1.7.0.jar
            04/12/2007 16:07 46,725 commons-codec-1.3.jar
            04/12/2007 16:07 559,366 commons-collections-3.1.jar
            04/12/2007 16:07 168,446 commons-digester-1.6.jar
            09/05/2006 15:38 112,341 commons-el-1.0.jar
            04/12/2007 16:07 22,379 commons-fileupload-1.0.jar
            04/12/2007 16:07 207,723 commons-lang-2.1.jar
            04/12/2007 16:07 38,015 commons-logging-1.0.4.jar
            04/12/2007 16:07 138,956 commons-validator-1.3.1.jar
            09/10/2007 18:37 7,488,880 iReport.jar
            09/10/2007 18:36 1,553,403 itext-1.3.1.jar
            09/10/2007 18:36 9,498 JasperBabylon-1.0.0.jar
            25/10/2007 08:10 1,796,377 jasperreports-2.0.2.jar
            09/10/2007 18:37 18,346 jasperreports-extensions-1.3.1.jar
            21/01/2005 09:56 289,417 jboss-common.jar
            21/01/2005 09:56 70,047 jboss-j2ee.jar
            21/01/2005 09:56 33,081 jboss-transaction.jar
            21/01/2005 09:56 1,415,361 jboss.jar
            21/01/2005 09:56 209,994 jbosssx.jar
            21/01/2005 09:56 33,880 jnpserver.jar
            04/12/2007 16:07 16,923 jstl-1.1.0.jar
            11/05/2006 10:43 352,668 log4j-1.2.8.jar
            04/12/2007 16:07 251,988 myfaces-api-1.1.5.jar
            04/12/2007 16:07 543,521 myfaces-impl-1.1.5.jar
            04/12/2007 16:07 65,261 oro-2.0.8.jar
            18/12/2007 12:35 111,979 richfaces-api-3.1.3.GA.jar
            18/12/2007 12:35 1,298,805 richfaces-impl-3.1.3.GA.jar
            18/12/2007 13:19 1,787,738 richfaces-ui-3.1.3.GA.jar
            04/12/2007 16:07 2,941,389 tomahawk-1.1.6.jar
            28/01/2005 08:28 1,782,649 xalan.jar


            [/img]

            • 3. Re: Datascroller click and EventsQueue
              ilya_shaikovsky

              ok seems I need to check additionally with myFaces implementation.

              • 4. Re: Datascroller click and EventsQueue
                jim20100

                I have tried with the standard jsf on tomcat6 with jdk1.5

                SAME PROBLEM.

                I can conclude that the QUEUE does not work at all?