Re: Passing list of POJOs to AutoCompleteTextField?

2008-02-08 Thread Alan Romaniuc
gt; Michael > > > > -Original Message- > > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > > Sent: Tuesday, February 05, 2008 5:31 PM > > To: users@wicket.apache.org > > Subject: Re: Passing list of POJOs to AutoCompleteTextField? > > > > please add an rf

Re: Passing list of POJOs to AutoCompleteTextField?

2008-02-06 Thread Sam Barnum
nberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 5:31 PM To: users@wicket.apache.org Subject: Re: Passing list of POJOs to AutoCompleteTextField? please add an rfe into jira for this. -igor On Feb 5, 2008 4:38 PM, Michael Mehrle <[EMAIL PROTECTED]> wrote: That's exac

RE: Passing list of POJOs to AutoCompleteTextField?

2008-02-06 Thread Michael Mehrle
submit the source (again, would need the URL and procedure). Thanks, Michael -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 5:31 PM To: users@wicket.apache.org Subject: Re: Passing list of POJOs to AutoCompleteTextField? please add an rfe

Re: Passing list of POJOs to AutoCompleteTextField?

2008-02-05 Thread Igor Vaynberg
it and populate > >> the remainder of the form. This seems to be the tough part... > >> Again, any > >> help would be appreciated. > >> > >> Thanks!! > >> > >> Michael > >> > >> > >> -Original Message- &g

RE: Passing list of POJOs to AutoCompleteTextField?

2008-02-05 Thread Michael Mehrle
riginal Message- From: Sam Barnum [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 05, 2008 4:01 PM To: users@wicket.apache.org Subject: Re: Passing list of POJOs to AutoCompleteTextField? I don't think it is, the getMmodelObject() returns the selected String. I've gotten aroun

Re: Passing list of POJOs to AutoCompleteTextField?

2008-02-05 Thread Sam Barnum
part... Again, any help would be appreciated. Thanks!! Michael -Original Message- From: Igor Vaynberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 11:47 AM To: users@wicket.apache.org Subject: Re: Passing list of POJOs to AutoCompleteTextField? can you not create an iterat

Re: Passing list of POJOs to AutoCompleteTextField?

2008-02-05 Thread Igor Vaynberg
cting it and populate > the remainder of the form. This seems to be the tough part... Again, any > help would be appreciated. > > Thanks!! > > Michael > > > -Original Message- > From: Igor Vaynberg [mailto:[EMAIL PROTECTED] > Sent: Tuesday, January 29, 2008 11

RE: Passing list of POJOs to AutoCompleteTextField?

2008-01-29 Thread Michael Mehrle
r Vaynberg [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 29, 2008 11:47 AM To: users@wicket.apache.org Subject: Re: Passing list of POJOs to AutoCompleteTextField? can you not create an iterator adapter that takes an iterator of pojos and translates the pojo to some string? -igor On Jan 29,

Re: Passing list of POJOs to AutoCompleteTextField?

2008-01-29 Thread Igor Vaynberg
can you not create an iterator adapter that takes an iterator of pojos and translates the pojo to some string? -igor On Jan 29, 2008 11:14 AM, Michael Mehrle <[EMAIL PROTECTED]> wrote: > I have a working test page containing an AutoCompleteTextField. Thus far > the data feeding it has been an It

Passing list of POJOs to AutoCompleteTextField?

2008-01-29 Thread Michael Mehrle
I have a working test page containing an AutoCompleteTextField. Thus far the data feeding it has been an Iterator of strings which is being passed to its overridden getChoices method. So far so good. What I need to do now is to pass in an Iterator of POJOs instead and have the AutoCompleteTextFiel