Hi. I have a text field with an AjaxFormValidatingBehavior attached to it doing some fancy validation, but then i realize i need that textfield to be an AutocompleteTextField, but this autocomplete behavior overrides all the event handlers including the onblur my fom validating behavior uses. Currently the only way i can think of to workaround the problem was to modify the wicket-autocomplete.js script to save the original event in the beginning of the initialize function and manually execute the original event at the end of the overriding onblur handler function. Is there any other cleaner solution i can use instead? cause i wish not to have a "custom" modified version of wicket-extensions (by the way 1.3.2).
Cheers -- View this message in context: http://www.nabble.com/Autocomplete-overriding-events-tp16610502p16610502.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
