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 model state never changes. I have breakpoints in both the select() and unselect() methods that never get hit. The checkbox always renders as checked. In an onClick method for a button I'm retrieving the state and the value using getObject on the checkbox and it always set to true.
BTW, I've scoured the user lists and tried every combination of setting the model that I saw and the issue is the same. I'd appreciate any ideas. Thanks in advance, Jim -- View this message in context: http://www.nabble.com/Checkbox-problem-tp14926922p14926922.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]