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 _javascript_ 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=""
> fastStep="10"
> pageCountVar="pageCount"
> pageIndexVar="pageIndex"
> paginator="true"
> paginatorMaxPages="9"
> paginatorTableClass="paginator"
>
>paginatorActiveColumnStyle="font-weight:bold;"
> immediate="true"
>
>actionListener="#{rc.scrollerAction}"
> >
>
>
>url="" border="1" />
>

>
>
>url="" border="1" />
>

>
>
>url="" border="1" />
>

>
>
>url="" border="1" />
>

>
>
>url="" border="1" />
>

>
>
>url="" border="1" />
>

>

>
> for=""
> 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

Reply via email to