Re: Checkbox problem

2008-01-18 Thread jnorris
Hi Timo, I was in the process of renaming MyModel to UserPageModel when I cut and pasted the code. Anyway I feel a bit stupid after you pointed out that I was using a Link instead of a Button and forgot that onClick() doesn't submit the form. I'm pretty much a newbie when it comes to web apps b

Re: Checkbox problem

2008-01-17 Thread Timo Rantalaiho
On Thu, 17 Jan 2008, jnorris wrote: > Here's the relevant code: I find this hard to understand. For one, the formatting is very strange, but also some crucial bits seem to be missing. Maybe it's better if you post also the irrelevant parts :) > userPageModel = new UserPageModel();

Re: Checkbox problem

2008-01-17 Thread jnorris
Hi Igor, I thought the problem would be simple enough to not include code but here it is. BTW if I de-select the checkbox and click on the select link in the table the checkbox becomes selected again. The debug stmt I threw in always prints "true" I'll be giving a presentation/demo in a couple

Re: Checkbox problem

2008-01-17 Thread Timo Rantalaiho
On Thu, 17 Jan 2008, jnorris wrote: > I have a table implemented using the example AjaxFallbackDefaultDataTable > which works like a charm. I also have a checkbox on the page that is > created with an instance of a class that extends AbstractCheckBoxModel. The > issue I am having is that the mode

Re: Checkbox problem

2008-01-17 Thread Igor Vaynberg
some code would help... -igor On Jan 17, 2008 10:09 AM, jnorris <[EMAIL PROTECTED]> wrote: > > I have a table implemented using the example AjaxFallbackDefaultDataTable > which works like a charm. I also have a checkbox on the page that is > created with an instance of a class that extends Abst