Re: Paging Control -- Help

2006-01-03 Thread Mike
Hello all, I think I've almost gotten the paging component working with the sorting component for an ArrayList-based data model. If I remove the paging part from the JSP, the page still sorts and saves correctly. But, when I add the paging logic into the JSP, I get this message, which

Re: Paging Control -- Help

2006-01-03 Thread gramani
Mike [EMAIL PROTECTED] wrote on 01/03/2006 10:00:30 AM: Hello all, I think I've almost gotten the paging component working with the sorting component for an ArrayList-based data model. If I remove the paging part from the JSP, the page still sorts and saves correctly. But, when I

Re: Paging Control -- Help

2006-01-03 Thread Mike
Hi Geeta, Can you explain what the rowId signifies in the data table when using the paging component? I'm still getting errors (see below, but I think it's still pretty basic). I added the basic.css to the JSP directory, but that didn't help. t:dataTable id = "Data" value="#{TD.txs}"

Re: Paging Control -- Help

2006-01-03 Thread gramani
Mike [EMAIL PROTECTED] wrote on 01/03/2006 12:37:30 PM: Hi Geeta, Can you explain what the rowId signifies in the data table when using the paging component? I believe it identifies a unique row within your data table. For example, your tx class should have a getType() method and type

Re: Paging Control -- Help

2006-01-03 Thread Mike
Hi Geeta, Thanks for the suggestionOkay, 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

Re: Paging Control -- Help

2006-01-03 Thread gramani
Mike [EMAIL PROTECTED] wrote on 01/03/2006 01:39:37 PM: Hi Geeta, Thanks for the suggestionOkay, 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!

Re: Paging Control -- Help

2006-01-03 Thread Mike
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 I'm not using t:saveState Just the datatable and paging. All is enclosed in h:form. I'll keep