I meant:
$T(spec.elementId).autocompleter.url += "?" + "selected=" +
selected_option;
On 05/01/2013, at 9:14 PM, Geoff Callender wrote:
> Autocomplete adds a bit of javascript to the client:
>
> $T(spec.elementId).autocompleter = new
> Ajax.Autocompleter(spec.elementId, spec.me
I created jira issue for this:
https://issues.apache.org/jira/browse/TAP5-2043
δΊ 2012/11/1 5:57, Bryan Lewis ει:
Which reminds me... I sent a closely related question to the list two
weeks ago (which is why your question caught my eye) but for some reason it
never made it. I'll repeat it here:
Autocomplete adds a bit of javascript to the client:
$T(spec.elementId).autocompleter = new
Ajax.Autocompleter(spec.elementId, spec.menuId, spec.url, spec.config);
Perhaps you could add some javascript of your own that watches for changes in
the Select, and appends the selected option t