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
