Hello,

I'm trying to update a wicket 1.5.5 application to 6.5.0. I have overcome
some issues with Header items, and  setting Attributes to
AllowDefault(true) for ajax. I have one remaining issue that i cant seem to
figure out.

I have a wizard that allows users to create a booking.

(See currently working version on following Link + "Click Book")
http://www.directski.com/ski/france/la_plagne/residence_prestige_sun_valley

When you click Next it calls the applyState() method. However on version
6.5.0, if you update the Group Size or departure, Clicking Next just
reloads the page and the applyState() method is not called.

The Group size and departure dropdowns merely use
AjaxFormComponentUpdatingBehavior to update the object and sends a
ComponentEvent message to the relevant panels to update themselves.

Any ideas why applyState() might not be being called?

Reply via email to