Hi, I have another question about DropDownChoices.
I have a listview an in each row I have to fill 2 DropDownChoices. The code looks like this: item.add(new DropDownChoice("zimmerart", new PropertyModel(person, "aktArtikelZimmerart"), person.getAktArtikel().getSelectedTermin().getTerminDetails())); Because I have to show a compound string of a label and a price in the dropdownchoice, I overrode the toString method in the TerminDetails class. Is there a different way to make customs label strings for each item in a dropdownchoice besides overriding the toString method of that class? - Johannes ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Wicket-user mailing list Wicket-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wicket-user