- 
        1. Re: dataScroller issueilya_shaikovsky Apr 1, 2008 8:01 AM (in response to krg9263)what do you mean under "with columns="1" elements="1"" ? 
 provide code snippet.
- 
        2. Re: dataScroller issuekrg9263 Apr 1, 2008 8:18 AM (in response to krg9263)
 <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 issueilya_shaikovsky Apr 1, 2008 9:41 AM (in response to krg9263)using example from demosite can't see scroller jumps.. could you create an issue with war example attached? 
 
    