Re: Wicket 1.5 Wizard and AjaxFormComponentUpdatingBehavior for a DropDownChoice

2012-04-10 Thread Martin Grigorov
On Mon, Apr 9, 2012 at 3:07 PM, dpmihai wrote: > The problem was also the id inside html components. When we have both > wicket:id and id, in 1.5.5 id is not overwritten and no events are triggered > for that component. > > I wonder why this was not put inside the migration guide to 1.5. https://

Re: Wicket 1.5 Wizard and AjaxFormComponentUpdatingBehavior for a DropDownChoice

2012-04-09 Thread dpmihai
The problem was also the id inside html components. When we have both wicket:id and id, in 1.5.5 id is not overwritten and no events are triggered for that component. I wonder why this was not put inside the migration guide to 1.5. Could be possible to get some warning in case we have something l

Re: Wicket 1.5 Wizard and AjaxFormComponentUpdatingBehavior for a DropDownChoice

2012-04-09 Thread dpmihai
Did anyone see this? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Wicket-1-5-Wizard-and-AjaxFormComponentUpdatingBehavior-for-a-DropDownChoice-tp4542617p4542632.html Sent from the Users forum mailing list archive at Nabble.com. -

Wicket 1.5 Wizard and AjaxFormComponentUpdatingBehavior for a DropDownChoice

2012-04-09 Thread dpmihai
I have an application in wicket 1.4 with a wizard. Inside a WizardStep I have a simple DropDownChoice with an AjaxFormComponentUpdatingBehavior where inside onUpdate method i get the model object protected void onUpdate(AjaxRequestTarget target) { Strin