Hi Kikiya, thanks a lot for the reply. Can you provide details on what you did?
For everyone else reading this. Maybe the original post wasn't worded very well, but here's the issue: When I'm doing Form onSubmit(), CheckBoxMultipleChoice.getInput() returns correct results. However, in any Ajax code, CheckBoxMultipleChoice.getInput() returns NULL. This is only a problem with the CheckBoxMultipleChoice, not with any other fields. I talked with co-workers and we think it's because the top-level CheckBoxMultipleChoice isn't propagating the Input changes to the lower-level checkboxes. But on the Form onSubmit(), everything gets mapped correctly, and the whole checkbox group gives the right inputs on getInput(). Thanks -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckBoxMultipleChoice-getInput-NULL-after-switch-to-AjaxSubmit-tp3317829p3321248.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
