Re: AutoCompleteTextfield - how to populate two input fields

2009-01-20 Thread Toscano
---how-to-populate-two-input-fields-tp13109510p21577650.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

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,

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-11 Thread Oliver Lieven
-to-populate-two-input-fields-tf4592192.html#a13158414 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-11 Thread German Morales
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/AutoCompleteTextfield---how-to-populate-two-input-fields-tf4592192.html#a13158414 Sent from

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-11 Thread Oliver Lieven
://www.nabble.com/AutoCompleteTextfield---how-to-populate-two-input-fields-tf4592192.html#a13158414 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-09 Thread Oliver Lieven
-to-populate-two-input-fields-tf4592192.html#a13109927 Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-09 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

Re: AutoCompleteTextfield - how to populate two input fields

2007-10-09 Thread Oliver Lieven
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- View this message in context: http://www.nabble.com/AutoCompleteTextfield---how-to-populate-two-input-fields-tf4592192.html#a13111019 Sent from the Wicket - User

AutoCompleteTextfield - how to populate two input fields

2007-10-08 Thread Oliver Lieven
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 this message in context: http://www.nabble.com/AutoCompleteTextfield---how-to-populate-two-input-fields

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