Re: AutocompleteTextField on submit : The value of .. is not a valid ...

2016-10-30 Thread ndongo yaya
Hi, I think that you're missing an instance variable "test" of type TestBean inside your component. It's the variable that us used for the Property Model Regards, Yaya Ndongo On Oct 27, 2016 16:16, "ganea iulia" wrote: > Hi, > > Please help me with following issue: > > > I'm using wicket 7. >

AutocompleteTextField on submit : The value of .. is not a valid ...

2016-10-27 Thread ganea iulia
Hi, Please help me with following issue: I'm using wicket 7. I have a form with a AutocompleteTextField. The autocompletion works ok until I need to submit the form, when I get following message: - The value of 'test' is not a valid TestBean. Here is my component: IAutoCompleteRenderer