When I removed AjaxFormValidatingBehavior and add onError directly to the button it works ok both in ie and ff:
IndicatingAjaxButton recount = new IndicatingAjaxButton("recount", form) { protected void onSubmit(AjaxRequestTarget target, Form form) { [...] } protected void onError(AjaxRequestTarget target, Form form) { target.addComponent(form); } }; Artur -- View this message in context: http://www.nabble.com/NS_ERROR_NOT_AVAILABLE-in-FF-2.0.0.6-tf4408389.html#a12576933 Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]