Yes, catalin, i did that already. The surprising thing is that in IE i can see a java script error which is not descriptive at all, But Mozilla does not even say there is an error. When i click the next or last button nothing happens at all.
DO you think i may be doing anything wrong in the setting since the first 10 records do show up fine but i am not able to scroll through. any help is greatly appreciated kc --- Catalin Kormos <[EMAIL PROTECTED]> wrote: > Looks to me like you need an enclosing <h:form> tag. > Do you do that already? > > HTH, > Catalin > > Chaitanya Kadaru <[EMAIL PROTECTED]> wrote: Hi > >I am following the example on this page > >http://wiki.apache.org/myfaces/WorkingWithLargeTables > > > >The first ten records show up but then when i click > on > >any other number or button it does not go anywhere. > >there is a java script error and then i dont see > >anything errors on the jboss console as well. I > dont > know how to debug this or where i am going wrong? > your > help is highly appreciated. i am struggling with > this > from atleast a week > > > >thanks > >kc > > > >This is the code in the jsp page. > > > > > > var="renter" > > value="#{rc.dataModel}" > > preserveDataModel="false" > > rows="#{rc.rowsPerPage}" > > > > > > > > > > > > > > > > > > > > > > > > > > > > >/> > > > > > > > > > > > > > > > >/> > > > > > > > >styleClass="scrollerTable2"> > > > > for="datatable" > > fastStep="10" > > pageCountVar="pageCount" > > pageIndexVar="pageIndex" > > paginator="true" > > paginatorMaxPages="9" > > paginatorTableClass="paginator" > > > >paginatorActiveColumnStyle="font-weight:bold;" > > immediate="true" > > > >actionListener="#{rc.scrollerAction}" > > > > > > > > >url="images/arrow-first.gif" border="1" /> > > > > > > > >url="images/arrow-last.gif" border="1" /> > > > > > > > >url="images/arrow-previous.gif" border="1" /> > > > > > > > >url="images/arrow-next.gif" border="1" /> > > > > > > > >url="images/arrow-ff.gif" border="1" /> > > > > > > > >url="images/arrow-fr.gif" border="1" /> > > > > > > > > for="datatable" > > rowsCountVar="rowsCount" > > > displayedRowsCountVar="displayedRowsCountVar" > > firstRowIndexVar="firstRowIndex" > > lastRowIndexVar="lastRowIndex" > > pageCountVar="pageCount" > > pageIndexVar="pageIndex"> > > > >styleClass="standard" > > > > > > >value="#{displayedRowsCountVar}"/> > > > > > > > > > > > > > > > > > > > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com

