Allow for dynamic prefix and suffixes in CheckBoxMultipleChoice
---------------------------------------------------------------
Key: WICKET-3478
URL: https://issues.apache.org/jira/browse/WICKET-3478
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 1.4.16
Environment: All
Reporter: Rahul Pilani
Currently, CheckBoxMultipleChoice has support for a prefix and a suffix to be
defined for each choice being rendered. However, there is no way to change them
based on the item being rendered. A possible use case is in case some data
needs to be used in either the suffix or prefix for Ajax or other javascript
related use.
Please consider adding
getPrefix(int index, T choice), and getSuffix(int index, T choice) methods to
this component and using them instead of getPrefix() and getSuffix() within the
onComponentTagBody method.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira