AjaxFormComponentUpdatingBehavior.onEvent behaviour

2006-12-11 Thread Johan Compagner
We now have this: protected final void onEvent(final AjaxRequestTarget target) { final FormComponent formComponent = getFormComponent(); boolean callOnUpdate = true; try { formComponent.inputChanged(); formComponent.validate(); if

Re: AjaxFormComponentUpdatingBehavior.onEvent behaviour

2006-12-11 Thread Igor Vaynberg
i think that was legacy behavior because onError() did not always exist. feel free to fix it, in 1.3 we can make the break -igor On 12/11/06, Johan Compagner [EMAIL PROTECTED] wrote: We now have this: protected final void onEvent(final AjaxRequestTarget target) { final