Hi,

This is not possible at the moment.
You should either use a copy of wicket-autocomplete.js or monkey-patch it
to override the methods that deal with the Ajax requests.
There was a ticket with a patch about making this more friendly in Wicket
7.x but I cannot find it right now.

Martin Grigorov
Wicket Training and Consulting


On Thu, Mar 20, 2014 at 3:27 PM, Jan Moxter <[email protected]> wrote:

> Hello Wicket,
>
>
> is there a way to send additional parameters from the UserInterface for
> the ajax call on an AutoComplete.
>
>
> The reason for it is that in an form the User can use parameters as a
> filter for the AutoComplete and i do not want to make so much Ajax Calls
> just to now what the User has selected. The filters do not import for the
> model add all, just serve for usability.
>
>
> Up to now the only way i found to do this is alter the javascript. for
> Autocomplete and replace it with a different one.
>
>
> Thanks
>
>
> Jan
>
>
>
>

Reply via email to