[ 
https://issues.apache.org/jira/browse/WICKET-3478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Juergen Donnerstag reassigned WICKET-3478:
------------------------------------------

    Assignee: Juergen Donnerstag

> 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-core
>    Affects Versions: 1.4.16
>         Environment: All
>            Reporter: Rahul Pilani
>            Assignee: Juergen Donnerstag
>         Attachments: 
> 1.4.x-WICKET-3478-allow-dynamic-prefix-suffix-for-Checkbox.patch, 
> trunk-WICKET-3478-allow-dynamic-prefix-suffix-for-Checkbox.patch
>
>
> 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

        

Reply via email to