I also tried it without the leading 'on' in 'onchange'

> -----Original Message-----
> From: Chris Colman [mailto:chr...@stepaheadsoftware.com]
> Sent: Friday, 6 October 2017 10:12 PM
> To: users@wicket.apache.org
> Subject: AjaxFormComponentUpdatingBehavior not triggering ListChoice
model
> update in Firefox in Wicket 7.9.0
> 
> I have a ListChoice with a ProperyModel and I have added a
> AjaxFormComponentUpdatingBehavior to cause the model object to be
> updated 'live' (i.e. whenever the selection is changed rather than
> waiting for form submit) via:
> 
> 
>       myListChoice.add(new
> AjaxFormComponentUpdatingBehavior("onchange") {
>               @Override
>               protected void onUpdate(AjaxRequestTarget target)
>               {
>                       logger.info("Item changed");
>               }
>       });
> 
> In all browsers the "Item changed" log entry occurs every time the
> selection in the ListChoice is changed.
> 
> However in Firefox the model object is not updated to the latest
> selection while in Chrome and Edge this works perfectly.
> 
> Am I doing anything wrong or is there something simple I can do to get
> it working in FireFox?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to