Mike <[EMAIL PROTECTED]> wrote on 01/03/2006 01:39:37 PM:

> Hi Geeta,
>
> Thanks for the suggestion....Okay, we're getting close!!!! :-)
>
> I added the <link href="" rel="stylesheet" type="text/css"
> /> to the JSP.
>
> When I removed the  <f:actionListener type="DataScrollerActionListener"/>
>
> it works!
>
> Well, kinda...
>
> If I click any of the nav buttons I get errors like below.
>
> Do I need to do anything for the variables in the paging control? It
> doesn't seem so based on the example.

>
>   id="scroll_1"
>                         for=""> >                         fastStep="10"
>                         pageCountVar="pageCount"  ???
>                         pageIndexVar="pageIndex"   ???
>                         styleClass="scroller"
>                         paginator="true"
>                         paginatorMaxPages="9"
>                         paginatorTableClass="paginator"
>                         paginatorActiveColumnStyle="font-weight:bold;">
>
> I mean do any of these need to be in the managed bean or handled in any way?


No, I don't believe so.

>
> I don't know if the errors below are from my removing the
> DataScrollerActionListener.
>


Are you using <t:saveState for your table? Also, do you have everything (datatable as well as datascroller) enclosed in a <h:form as in the example I sent you earlier?

Regards,
Geeta

Reply via email to