Re: two dropdownchoice inputs combined as a fragment/panel/component ??

2007-12-05 Thread Igor Vaynberg
a couple of notes first what you are doing in convertintput() looks to me like it should be working you dont need phonemodel/phonemake fields as you dont use them - at least they are never written to. isntead of using getinput() inside the model you should try using getmodelobject() i would

two dropdownchoice inputs combined as a fragment/panel/component ??

2007-12-04 Thread wicket user
Hi all, I'm now on the second phase of the project I'm working on and starting to find cases where I'm repeating code which means one thing : refactor. As an example I've got two dropdowns that select make and model with a bit of ajax to populate the second dropdown, these are always going to be

Re: two dropdownchoice inputs combined as a fragment/panel/component ??

2007-12-04 Thread Igor Vaynberg
put them in a formcomponentpanel -igor On Dec 4, 2007 6:14 AM, wicket user [EMAIL PROTECTED] wrote: Hi all, I'm now on the second phase of the project I'm working on and starting to find cases where I'm repeating code which means one thing : refactor. As an example I've got two dropdowns