updateAjaxAttributes has no effect on AutoCompleteBehavior

2013-01-21 Thread james yong
Hi all, Just to confirm if overriding updateAjaxAttributes has any effect on AutoCompleteBehavior? I was tryng to do the following but see no popup nor code reflected in the html source. @Override protected void updateAjaxAttributes(AjaxRequestAttributes attributes

Re: updateAjaxAttributes has no effect on AutoCompleteBehavior

2013-01-21 Thread Martin Grigorov
to confirm if overriding updateAjaxAttributes has any effect on AutoCompleteBehavior? I was tryng to do the following but see no popup nor code reflected in the html source. @Override protected void updateAjaxAttributes(AjaxRequestAttributes attributes

Re: updateAjaxAttributes has no effect on AutoCompleteBehavior

2013-01-21 Thread james yong
Hi Martin, I tried again with a simple application and pretty sure updateAjaxAttributes has no effect on AutoCompleteBehavior. But then, I need to verify with another party to verify/confirm whether this is a bug or intended feature. It is working with AjaxFormComponentUpdatingBehavior. Regards