Re: Paging Control -- Help

2006-01-03 Thread Mike
Are you using Regards, Geeta I'm not using Just the datatable and paging. All is enclosed in h:form. I'll keep playing with this. Thanks.     Mike

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 > /> to the JSP. > > When I removed the   > > it works! > > Well, kinda... > > If I click any of the nav buttons I get errors like belo

Re: Paging Control -- Help

2006-01-03 Thread Mike
Hi Geeta, Thanks for the suggestionOkay, we're getting close :-) I added the to the JSP. When I removed the  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

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 "

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.    id = "Da

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

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 really

Re: Paging Control

2006-01-02 Thread Mike
Hey Tom! Thanks for your reply. I tried to get the paging control working this morning (I'm using an ArrayList for my DataSource, so I "think" I'm OK with rowId (per your email below) -- but not totally sure...). I stuck the DataScrollActionListener and the images directory in the same direc

RE: Paging Control

2006-01-01 Thread Tom Butler
Mike, I was able to get the paging control to work fairly easily (much easier than the column sort which took a few days) - here's my code that I leveraged from the examples: