3 Replies Latest reply on Apr 1, 2008 9:41 AM by ilya_shaikovsky

    dataScroller issue

      I have dataScroller with columns="1" elements="1". If I use the numeric links then the scroller works correctly. However, if I use the arrows to advance each record the scroller works for the 1st 4 records but then just skips back to the 2nd record.


      Any ideas?

      Thanks,

      Kevin

        • 1. Re: dataScroller issue
          ilya_shaikovsky

          what do you mean under "with columns="1" elements="1"" ?

          provide code snippet.

          • 2. Re: dataScroller issue


            <rich:dataGrid value="#{figuresList.countries}" var="myVar" columns="1" elements="1">
            <rich:panel>
            <h:panelGrid columns="1">
            <ui:include src="/pages/product_image.xhtml">
            <ui:param name="imageParam" value="#{myVar.image}" />

            <ui:param name="imageWidth" value="#{myVar.width}" />

            <ui:param name="imageHeight" value="#{myVar.height}" />

            <ui:param name="imageStyle" value="transOFF imgBorderNone" />

            <ui:param name="imageMouseOverStyle" value="transOn imgBorder" />

            <ui:param name="imageOnmouseoutStyle" value="transOFF imgBorderNone" />
            </ui:include>
            </h:panelGrid>
            </rich:panel>





            <f:facet name="footer">
            <rich:datascroller>
            </rich:datascroller>
            </f:facet>
            </rich:dataGrid>


            • 3. Re: dataScroller issue
              ilya_shaikovsky

              using example from demosite can't see scroller jumps.. could you create an issue with war example attached?