Re: PROPOSAL: add afterUpdateElement support to autocomplete mixin

2010-05-16 Thread Pablo dos Reis
I' m doing a SelectWithAutoComplete for Tapestry in GSOC project. So, I think in create a call for method callBackAutoComplete() and to implement javascript callBackAutoComplete as empty. The callBackAutoComplete will be overriding in your template. For a similar behavior.. You can overriding t

Re: PROPOSAL: add afterUpdateElement support to autocomplete mixin

2010-05-16 Thread Igor Drobiazko
You can accomplish this by extending Autocomplete mixin and overiding the configure() method but I think we should enhance the mixin. Please post a jira issue. On Sun, May 16, 2010 at 3:41 AM, Paul Stanton wrote: > there's no way to add a client side callback for this event without > overriding

PROPOSAL: add afterUpdateElement support to autocomplete mixin

2010-05-15 Thread Paul Stanton
there's no way to add a client side callback for this event without overriding the provided mixin (that i can see). I propose the following is added to the implementation: new field : @Parameter(defaultPrefix = BindingConstants.LITERAL) private String afterUpdateElement; and in the meth