Re: CheckboxMultipleChoice with a list of beans

2013-04-05 Thread Entropy
ertisement Type"), new ChoiceRenderer("filterValueDecode")); Took the type specifier off the model and casted to serializable. Now everything works as expected. Hooray? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckboxMultipleChoice-with-a-l

Re: CheckboxMultipleChoice with a list of beans

2013-04-05 Thread Entropy
new ChoiceRenderer("filterValueDecode")); Exact error text: The constructor CheckBoxMultipleChoice(String, Model>, List, ChoiceRenderer) is undefined -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckboxMultipleChoice-with-a-list-o

Re: CheckboxMultipleChoice with a list of beans

2013-04-05 Thread Sven Meier
e graduates above the simplest scenarios. What am i doing wrong here? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckboxMultipleChoice-with-a-list-of-beans-tp4657775.html Sent from the Users forum mailing list archive at Nabble.com. --

CheckboxMultipleChoice with a list of beans

2013-04-05 Thread Entropy
se filterDecode is not a property of a List. Models are easily the most confuing part of Wicket to me, especially when one graduates above the simplest scenarios. What am i doing wrong here? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/CheckboxMultipleChoice-with-