Re: Compatibility of objectautocomplete

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
Hi Kai Im not sure if the authors are around.. But the one Objectautocomplet in trunk of stuff are not backwards compatible, that goes for every contrib which depends on wicket 1.4. But there should be a branch with the old version I think, Igor did that a while back the 1.3 branch I mean..

RE: Compatibility of objectautocomplete

2008-10-29 Thread Kai Mütz
Nino Saturnino Martinez Vazquez Wael <> wrote: > Hi Kai > > Im not sure if the authors are around.. But the one Objectautocomplet > in trunk of stuff are not backwards compatible, that goes for every > contrib which depends on wicket 1.4. But there should be a branch > with the old version I think,

Re: Compatibility of objectautocomplete

2008-10-29 Thread Nino Saturnino Martinez Vazquez Wael
Hi Kai No it seems Objectautocomplete were added after the branching.. So seems you are a bit out of luck, however backporting should not be too hard.. Kai Mütz wrote: Nino Saturnino Martinez Vazquez Wael <> wrote: Hi Kai Im not sure if the authors are around.. But the one Objectautocomp

RE: Compatibility of objectautocomplete

2008-10-29 Thread Hoover, William
: Compatibility of objectautocomplete Hi Kai No it seems Objectautocomplete were added after the branching.. So seems you are a bit out of luck, however backporting should not be too hard.. Kai Mütz wrote: > Nino Saturnino Martinez Vazquez Wael <> wrote: > >> Hi Kai >> >>

RE: Compatibility of objectautocomplete

2008-10-29 Thread Kai Mütz
Hoover, William wrote: > or you can go with this solution: > http://cwiki.apache.org/WICKET/autocomplete-using-a-wicket-model.html Hi William, I have tried it but not successfully. I can select a choice from the choicelist. But if I want to save it I get a java.lang.Ill

RE: Compatibility of objectautocomplete

2008-10-29 Thread Hoover, William
Subject: RE: Compatibility of objectautocomplete Hoover, William <mailto:[EMAIL PROTECTED]> wrote: > or you can go with this solution: > http://cwiki.apache.org/WICKET/autocomplete-using-a-wicket-model.html Hi William, I have tried it but not successfully. I can select a cho

RE: Compatibility of objectautocomplete

2008-10-29 Thread Hoover, William
plete list } }; autoCompleteField.add(afcub); -Original Message- From: Hoover, William [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2008 9:03 AM To: users@wicket.apache.org; [EMAIL PROTECTED] Subject: RE: Compatibility of objectautocomplete The CHOICE is your domain model object (th

Re: Compatibility of objectautocomplete

2008-10-29 Thread Igor Vaynberg
look in the project pom -igor On Wed, Oct 29, 2008 at 2:14 AM, Kai Mütz <[EMAIL PROTECTED]> wrote: > Hi, > > does the objectautocomplete libs require wicket 1.4 or is it possible to use > it with 1.3.x? Is it compatible with the AutoCompleteTextField of wicket > extensions? Can I use a AutoComple

RE: Compatibility of objectautocomplete

2008-10-29 Thread Kai Mütz
nal Message- > From: Hoover, William [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 29, 2008 9:03 AM > To: users@wicket.apache.org; [EMAIL PROTECTED] > Subject: RE: Compatibility of objectautocomplete > > The CHOICE is your domain model object (there was an error in the > WIKI).