Re: Best way to store AJAX-changes of a select component

2013-01-05 Thread Geoff Callender
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

Re: [Bug] t:zone update loses background style

2013-01-05 Thread Rural Hunter
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:

Re: Best way to store AJAX-changes of a select component

2013-01-05 Thread Geoff Callender
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