> add an rfe into our jira please
>
> -igor

Done: https://issues.apache.org/jira/browse/WICKET-1246

-- Edvin

> On Dec 26, 2007 1:40 PM, Edvin Syse <[EMAIL PROTECTED]> wrote:
>> 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]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>



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

Reply via email to