Re: Problem with Pagination in Wicket 1.3.4

2008-07-04 Thread Eric Velazquez
Until 1.3.3 the PagingNavigator class added the navigation links on the constructor, but on 1.3.4 those links are added on the onBeforeRender method. Are you overriding the method? would be useful if you provide us with some related piece of code. Umesh Paliwal wrote: Hi , I had

Autocomplete overriding events

2008-04-10 Thread Eric Velazquez
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.