Hi,

I would like to avoid escaping of my choice-data for a DropDownChoice. It seems DropDownChoice derives from AbstractSingleSelectChoice, which derives from AbstractChoice, and there i find the following in the appendOptionHtml method:

Line 395/Wicket 1.3-rc2: CharSequence escaped = Strings.escapeMarkup(display, 
false, true);

Would it be possible to add an option somewhere so one can choose if the model for the <option> element should be escaped, or is there another way of achieving this already?

(I want to add &raquo; in the option-text, but the ampersand is beeing escaped to 
&amp;)

Sincerely,
Edvin Syse

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to