Re: problem using DropDownChoice

2023-12-14 Thread Bas Gooren
still could not get it working. Following is a snip of code causing the problem: otReasonDropDown = new DropDownChoice("otReason", new PropertyModel (commentAndOtReason, "otReasonText"), ldm2); otReasonDropDown.setNullValid(false); if (comm

problem using DropDownChoice

2023-12-14 Thread Nelligan, Steven M
not get it working. Following is a snip of code causing the problem: otReasonDropDown = new DropDownChoice("otReason", new PropertyModel (commentAndOtReason, "otReasonText"), ldm2); otReasonDropDown.setNullValid(false); if (commentAndOtReason.getOt

Re: Choose One problem with DropDownChoice

2011-04-15 Thread tech7
Any suggestion? - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Choose-One-problem-with-DropDownChoice-tp3451837p3452096.html Sent from the Users forum mailing list archive at Nabble.com

Re: Choose One problem with DropDownChoice

2011-04-15 Thread Mike Mander
Am 15.04.2011 15:55, schrieb tech7: Any suggestion? - Wicket-Java -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Choose-One-problem-with-DropDownChoice-tp3451837p3452096.html Sent from the Users forum mailing list archive at Nabble.com

problem with dropdownchoice and setType(Integer.class)

2010-08-18 Thread Jarkko Rantamaki
Hello! I got confused on what is the intended behavior of the dropdownchoice with integers. I wanted to create a dropdownchoice, which would list a range of integers for user to select. It seems to me, that if I call the setType(Integer.class), then it changes the way it is processed when I

problem with dropdownchoice

2009-01-20 Thread itayke
Hi, I have this problem with my dropdownchoice with results in WicketMessage: No get method defined for class: class screens.CustomerFilters$FormInput expression: devices were the java class has: public CustomerFilters(){ super(); FormInput formInput

Re: problem with dropdownchoice

2009-01-20 Thread Alex Objelean
... Any ideas what i'm doing wrong? -- View this message in context: http://www.nabble.com/problem-with-dropdownchoice-tp21563513p21563790.html Sent from the Wicket - User mailing list archive at Nabble.com

Re: problem with dropdownchoice

2009-01-20 Thread Dipu
take a look at Wicket Examples - FormInput Dipu On Tue, Jan 20, 2009 at 1:53 PM, itayke exalink...@yahoo.com wrote: Hi, I have this problem with my dropdownchoice with results in WicketMessage: No get method defined for class: class screens.CustomerFilters$FormInput expression: devices

Re: problem with dropdownchoice

2009-01-20 Thread itayke
used as a propertyModel on the form model object. Alex Objelean itayke wrote: Hi, I have this problem with my dropdownchoice with results in WicketMessage: No get method defined for class: class screens.CustomerFilters$FormInput expression: devices were the java class has

Re: problem with dropdownchoice

2009-01-20 Thread jWeekend
CompoundPropertyModel with your formthus the wicket id is automatically used as a propertyModel on the form model object. Alex Objelean itayke wrote: Hi, I have this problem with my dropdownchoice with results in WicketMessage: No get method defined for class: class

Problem with DropDownChoice on 1.4M3

2008-09-17 Thread Anders Peterson
My DropDownChoice always displays as if nothing is selected. Using it works fine, but every time the page is (re)loaded the selection is reset. wantOnSelectionChangedNotifications return true. I have an older version of my app deployed (using an older version of Wicket) that works as

Re: Problem with DropDownChoice on 1.4M3

2008-09-17 Thread Daan van Etten
On 17 sep 2008, at 14:55, Anders Peterson wrote: My DropDownChoice always displays as if nothing is selected. Using it works fine, but every time the page is (re)loaded the selection is reset. wantOnSelectionChangedNotifications return true. I have an older version of my app deployed

Re: Problem with DropDownChoice on 1.4M3

2008-09-17 Thread Anders Peterson
This is the code that creates the DropDownChoice: myForm.add(new DropDownChoiceBLView(views, this.getPortfolio().getViews(), new ChoiceRendererBLView(toDisplayString)) { @Override protected void onSelectionChanged(BLView newSelection) {

SOLVED Re: Problem with DropDownChoice on 1.4M3

2008-09-17 Thread Anders Peterson
Isn't it always like this; as soon as you ask someone you start thinking about the problem differently. Or should I say you start thinking straight. The problem was, of course, with the equals-method of the listed objects (two instances of that class would never be equal). Thanks for being

Re: SOLVED Re: Problem with DropDownChoice on 1.4M3

2008-09-17 Thread Daan van Etten
Great you figured it out! Some problems have simple solutions... Regards, Daan On 17 sep 2008, at 16:07, Anders Peterson wrote: Isn't it always like this; as soon as you ask someone you start thinking about the problem differently. Or should I say you start thinking straight. The problem

Re: Problem with DropDownChoice and AjaxFormComponentUpdatingBehavior

2007-09-07 Thread JulianS
); target.addComponent(dropDown2); } -- View this message in context: http://www.nabble.com/Problem-with-DropDownChoice-and-AjaxFormComponentUpdatingBehavior-tf4394596.html#a12561183 Sent from the Wicket - User mailing list archive at Nabble.com

Problem with DropDownChoice and AjaxFormComponentUpdatingBehavior

2007-09-06 Thread JulianS
. Is there anything I can do to make them behave properly? Any help is appreciated. Thanks, Julian -- View this message in context: http://www.nabble.com/Problem-with-DropDownChoice-and-AjaxFormComponentUpdatingBehavior-tf4394596.html#a12531138 Sent from the Wicket - User mailing list archive

Re: Problem with DropDownChoice and AjaxFormComponentUpdatingBehavior

2007-09-06 Thread Igor Vaynberg
. Thanks, Julian -- View this message in context: http://www.nabble.com/Problem-with-DropDownChoice-and-AjaxFormComponentUpdatingBehavior-tf4394596.html#a12531138 Sent from the Wicket - User mailing list archive at Nabble.com

Re: Problem with DropDownChoice and AjaxFormComponentUpdatingBehavior

2007-09-06 Thread Carlos Pita
in context: http://www.nabble.com/Problem-with-DropDownChoice-and-AjaxFormComponentUpdatingBehavior-tf4394596.html#a12531138 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL

Re: Problem with DropDownChoice and AjaxFormComponentUpdatingBehavior

2007-09-06 Thread Carlos Pita
DropDownChoices depend are being correctly set. Is there anything I can do to make them behave properly? Any help is appreciated. Thanks, Julian -- View this message in context: http://www.nabble.com/Problem-with-DropDownChoice-and-AjaxFormComponentUpdatingBehavior-tf4394596.html

Re: Problem with DropDownChoice and AjaxFormComponentUpdatingBehavior

2007-09-06 Thread Igor Vaynberg
DropDownChoice. I have verified that the properties on which DropDownChoices depend are being correctly set. Is there anything I can do to make them behave properly? Any help is appreciated. Thanks, Julian -- View this message in context: http://www.nabble.com/Problem-with-DropDownChoice

Re: Problem with DropDownChoice and AjaxFormComponentUpdatingBehavior

2007-09-06 Thread Carlos Pita
: http://www.nabble.com/Problem-with-DropDownChoice-and-AjaxFormComponentUpdatingBehavior-tf4394596.html#a12531138 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL