Re: CheckBoxMultipleChoice.getInput() = NULL after switch to AjaxSubmit

2011-03-01 Thread Pedro Santos
Hi, send a quickstart, I tried to simulate here without success, CheckBoxMultipleChoice is working fine. On Wed, Feb 23, 2011 at 2:20 PM, eugenebalt eugeneb...@yahoo.com wrote: Yes, I've tried both the first one and the second one with onclick/onchange. The problem is still happening. --

Re: CheckBoxMultipleChoice.getInput() = NULL after switch to AjaxSubmit

2011-02-23 Thread eugenebalt
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

Re: CheckBoxMultipleChoice.getInput() = NULL after switch to AjaxSubmit

2011-02-23 Thread Jim Pinkham
Just a thought - have you looked at the difference between AjaxFormChoiceComponentUpdatingBehavior and AjaxFormComponentUpdatingBehavior? (I know you mentioned upload, but perhaps there is a clue in there...) -- Jim Pinkham On Wed, Feb 23, 2011 at 10:57 AM, eugenebalt eugeneb...@yahoo.com

Re: CheckBoxMultipleChoice.getInput() = NULL after switch to AjaxSubmit

2011-02-23 Thread eugenebalt
Yes, I've tried both the first one and the second one with onclick/onchange. The problem is still happening. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckBoxMultipleChoice-getInput-NULL-after-switch-to-AjaxSubmit-tp3317829p3321391.html Sent from the Users

Re: CheckBoxMultipleChoice.getInput() = NULL after switch to AjaxSubmit

2011-02-22 Thread kikiya
Not a ton of detail, but I think I've had a similar problem. I had to add an ajax on update or on change behavior to my form component in order for it to see the input value. Not sure if that is the optimal solution. But it did work without any noticed drawback. I'm interested in finding out what

CheckBoxMultipleChoice.getInput() = NULL after switch to AjaxSubmit

2011-02-21 Thread eugenebalt
When I was doing the Form onSubmit() to do my file download, the CheckBoxMultipleChoice.getInput() was returning correct input selections from my checkbox list. (I have a CheckBoxMultipleChoice field in my form.) As soon as I switched to the AjaxDownload (which does the download + FeedbackPanel