On 05.01.2013 11:14, Geoff Callender wrote:

> Perhaps you could add some javascript of your own that watches for
> changes in the Select, and appends the selected option to the url as a
> query parameter.
> 
>       $T(spec.elementId).autocompleter.url = "?" + selected_option;
> 
> In your PROVIDE_COMPLETIONS handler you'd get the query parameter,
> using either @ActivationRequestParameter or
> Request#getParameter(String name).

That sounds like the solution I searched for because it stores the
selection in the URL.

Can you tell me how to add extend the existing JavaScript? Do I have to
extend the AutoComplete component and provide my own autocomplete.js or
is there an easier way?

Regards
 Stephan

Attachment: smime.p7s
Description: S/MIME Kryptografische Unterschrift

Reply via email to