Actually I miss IChoiceRenderer in Wicket 7 and would like to have it back.
I'm working on an amendment to WICKET-663 currently, so the 'interface' might change again: IMHO it's unfortunate that there's still need for an additional override in your model object or the choice component to properly keep selected values - see recent posts about #equals() implementation.
Regards Sven On 02/10/2014 09:14 PM, Martijn Dashorst wrote:
In wicket 7 the IChoiceRenderer interface has been removed and supplanted by the remaining ChoiceRenderer. We should deprecate IChoiceRenderer in Wicket 6, as the replacement is already available in Wicket 6. Folks can start that part of the migration in 6.14, making the move to Wicket 7 much more palatable. WDYT? Martijn
