Re: AutoCompleteTextfield - how to populate two input fields

2009-01-20 Thread Toscano
;>>>>>>> name, >> >>>>>>>> which >> >>>>>>>> is insufficient to determine the corresponding zipcode (because >> of >> >>>>>>>> the >> >>>>>>>> n:1 >> >>&g

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-12 Thread Francisco Diaz Trepat - gmail
I'm on in. I'll send you the samples latter in the day. cheers, f(t) On 10/11/07, German Morales <[EMAIL PROTECTED]> wrote: > > Hallo, > > With some luck you will get the usage examples later. (Francisco?) > > German > > It seems that Oliver Lieven wrote: > > > > Hi German, > > > > thanks for yo

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-11 Thread Oliver Lieven
>>>>> selected >>>>>>> by the user... >>>>>>> >>>>>>> regards, >>>>>>> Oliver >>>>>>> >>>>>>> >>>>>>> Nino.Marti

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-11 Thread German Morales
;>>>>>>> >>>>>>>> in an address edit panel I've got the two AutoCompleteText fields >>>>>>>> 'zipcode' >>>>>>>> and 'city'. >>>>>>>> >>>>>>>

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-11 Thread Oliver Lieven
ombinations. After selecting a >>>>>>> value >>>>>>> from >>>>>>> the autocomplete the 'zipcode' is set. Same for 'city' field, i.e. >>>>>>> after >>>>>>> selecting a "zipcod

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-11 Thread German Morales
Hi, Sorry, i'm a little late with my response. Did the suggestion by Nino work? If it works, i would like to know more details about it. If not, we already had a somehow similar problem (Swiss addresses), and we have a different solution already working. Perhaps it can help you too. Regards, G

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-09 Thread Nino Saturnino Martinez Vazquez Wael
NP, waiting with excitement to hear if it works:) Oliver Lieven wrote: Thanks allot for your efforts and detailed answer! Sounds good, I'll give it a try. Nino.Martinez wrote: No what I meant was that when a user selects something in one of your auto complete fields they'll automatickly

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-09 Thread Oliver Lieven
gt;>>> Now to my question: after selection of a "zipcode - city" combination >>>> from >>>> either autocomplete list I would like to set both fields (zipcode and >>>> city). >>>> I already attached an AjaxFormComponentUpdatingBehavior which gets >>

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-08 Thread Nino Saturnino Martinez Vazquez Wael
No what I meant was that when a user selects something in one of your auto complete fields they'll automatickly select something in both, might have been a little scares on information: IModel commonModel=new Model(); AbstractModel() Text=new AbstractModel(){ getObject{ return commonMod

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-08 Thread Oliver Lieven
the full selected value (and not >> only >> the AbstractAutoCompleteTextRenderer.textvalue set). >> >> >> Thanks for any help and tips! >> Oliver >> >> >> > > - > To uns

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-08 Thread Nino Saturnino Martinez Vazquez Wael
Quick answer, why not use property models and use both in the fiields you mention? Oliver Lieven wrote: Hi, in an address edit panel I've got the two AutoCompleteText fields 'zipcode' and 'city'. When a users begins typing into the zipcode-field, the autocomplete shows up and offers valid "zi

AutoCompleteTextfield - how to populate two input fields

2007-10-08 Thread Oliver Lieven
t gets the zipcode/city currently set. Since the zipcode-city relation is 1:n (e.g. Berlin has many zipcodes) I'm wondering if there is a way to access the full selected value (and not only the AbstractAutoCompleteTextRenderer.textvalue set). Thanks for any help and tips! Oliver -- View th