AW: Autocomplete Using Selection as Criteria

2008-03-04 Thread Stroeber, Andreas
Hi samlai, you should be able to bind an EventListener to the ServerRegion-Field (onChange or onSubmit should be your choice). This Listener can trigger an AJAX-Request and so you should be able to update the Automcomplete-Model. (Don't know the exact syntax, but some JavaAnnotation should

Re: AW: Autocomplete Using Selection as Criteria

2008-03-04 Thread samlai
Just want to share my solution. I don't like to do onchange='this.form.submit()' on t:select input, because that can trigger early validation errors before the user is actually ready to submit the form. Also, by default the first element in t:select is selected, onchange only triggers when the