私DropDownChoice
は2つのフィールドを表示したい: 名前 - 姓
DropDownChoice<Person> customer = new DropDownChoice<Person>(
"customer", new PropertyModel<Person>(customermodel, "customer"),list, new ChoiceRenderer<Person>("name", "id"));
どうすればそれができますか?好き:ピーター - グリフィン