Hi all,
i keep getting tis strange error:*
WicketMessage: No get method defined for class: class java.lang.String expression: id**
Root cause:**
org.apache.wicket.WicketRuntimeException: No get method defined for class: class java.lang.String expression: id***

when executing this line:
*add(new DropDownChoice("ddArtikel", new PropertyModel(artikel, "name"), artikelList, new ChoiceRenderer("name", "id")));

*in my class Artikel the "id" property is of type long, when i chang it to String then it works...

how do i need to do that to make it work as "long"?

Thanx for your help.
Cheers Björn

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to