> i did that on purpose because we already did escape it in the code:
>
>    String display = getLocalizer().getString(label, this, label);
>                String escaped = Strings.escapeMarkup(display, false,
> true);
>                buffer.append("<label for=\"" + idAttr + "\">" +
>escaped + "</label>");
>
>johan

Sorry, I missed that.

Works perfectly, thanks again

Sven


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to