Hi Martin, yesterday that was the domain (persistent object was called User).
The command object was call Account hence AccountCommand.
Anyways I solve my problem by adding a additional parameter.
new DropDownChoice<Person>("userChoice", new
CompoundPropertyModel(selectedUser),
new ListModel<User>(users),
new ChoiceRenderer<User>("userName", "userName"));
This solve the problem.
Thanks.
--
View this message in context:
http://apache-wicket.1842946.n4.nabble.com/org-apache-wicket-WicketRuntimeException-No-get-method-defined-for-class-class-java-lang-String-expr-tp3459462p3465163.html
Sent from the Users forum mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]