Details
Description
Versions affectec : My version of wicket is 1.2.4 .However it is present even in the trunk as well.
Currently if option value contains double quotes in a dropdown choice,
the value got on the server side is empty string.
The method appendOptionHtml of AbstactChoice class does not
escape markup for option values as it does for display values.