Re: Textbox in a listView, retrieve the value and set the property model

2013-05-10 Thread Bruno Moura
Maxin, thanks a lot again! I'll verify and if this approach works for me and then I'll share the code here! Regards! Bruno Moura 2013/5/10 Maxim Solodovnik > ChoiceRenderer accepts 2 parameters (one of its constructor) one parameter > for the name being displayed, other for id (hidden) > I n

Re: Textbox in a listView, retrieve the value and set the property model

2013-05-09 Thread Maxim Solodovnik
ChoiceRenderer accepts 2 parameters (one of its constructor) one parameter for the name being displayed, other for id (hidden) I never had problems with dropDown but I always specified both. If this doesn't help you can try to debug and see what is the reason, i.e. what value is being casted ...

Re: Textbox in a listView, retrieve the value and set the property model

2013-05-09 Thread Bruno Moura
Thanks Maxin, yes the code is in scala I didn't understand your suggestion I want to display the property name in the DDC no the property or field id, sorry if I did mistake in the code of my previous message. Bruno Moura 2013/5/10 Maxim Solodovnik > I would try to change your code as foll

Re: Textbox in a listView, retrieve the value and set the property model

2013-05-09 Thread Maxim Solodovnik
I would try to change your code as follows: new DropDownChoice*[Customer]*("customerSelection", new PropertyModel[Customer](customer, "name"), listCustomer, new ChoiceRenderer[Customer]("name", *"id"*)) your code seems to not in JAVA On Fri, May 10, 2013 at 9:13 AM, Bruno Moura wrote: > Erra

Re: Textbox in a listView, retrieve the value and set the property model

2013-05-09 Thread Bruno Moura
Errata: the original message and code is: WicketMessage: Method onSelectionChanged of interface org.apache.wicket.markup.html.form.IOnChangeListener targeted at component [MarkupContainer [Component id = customerSelection]] threw an exception Root cause: java.lang.ClassCastException: java.lang.