On 7/8/07, Sven Meier <[EMAIL PROTECTED]> wrote:
See:label.add(new AttributeModifier("onclick", true, new Model("someFancyJavascript(\"fancy\")"))); ... will result in something like: <span onclick="someFancyJavascript(\"fancy\""> For Firefox the value of onclick is now "someFancyJavascript(\", this is the problem I'm experiencing. The Ajax stuff is working fine because it uses single quotes (').
Did someone create an issue for this yet? Eelco