Re: ChoiceRender and many property expressions

2010-09-29 Thread Wilhelmsen Tor Iver
I need to render options in a MultipleSelectList using more then one field from a POJO. Is possible to use ChoiceRender selecting more then one property (for example passing it more then one property expression)? ChoiceRenderer is a convenience implementation of IChoiceRenderer, just make

ChoiceRender and many property expressions

2010-09-21 Thread Andrea Del Bene
Hi, I need to render options in a MultipleSelectList using more then one field from a POJO. Is possible to use ChoiceRender selecting more then one property (for example passing it more then one property expression)? Thank you, Andrea.

Re: ChoiceRender and many property expressions

2010-09-21 Thread Igor Vaynberg
you can always implement your own that merges -igor On Tue, Sep 21, 2010 at 1:56 AM, Andrea Del Bene andrea.on@libero.it wrote: Hi, I need to render options in a MultipleSelectList using more then one field from a POJO. Is possible to use ChoiceRender selecting more then one property

Re: ChoiceRender and many property expressions

2010-09-21 Thread Mathias Nilsson
(); } public String getIdValue(Store object, int index) { return object.getId().toString(); } }; -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/ChoiceRender-and-many-property-expressions-tp2548227p2549286.html Sent from the Users