[
https://issues.apache.org/jira/browse/WICKET-1121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chuck Deal updated WICKET-1121:
-------------------------------
Attachment: AbstractChoice.java.patch
This is a simple patch that refactors the escaping code into another method for
more modular extension.
> Slight AbstractChoice refactoring
> ---------------------------------
>
> Key: WICKET-1121
> URL: https://issues.apache.org/jira/browse/WICKET-1121
> Project: Wicket
> Issue Type: Improvement
> Components: wicket
> Affects Versions: 1.3.0-beta4
> Reporter: Chuck Deal
> Priority: Trivial
> Attachments: AbstractChoice.java.patch
>
>
> I have had the need to change the way that options were escaped. I found
> that in order to change the settings, I had to override (and cut-n-paste the
> entire method) the appendOptionHtml() method to make the small fix. The
> change I propose is to refactor the escaping code to another method for
> easier extension.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.