You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Yrjö Kari-Koskinen (JIRA)" <ji...@apache.org> on 2009/08/14 14:45:15 UTC

[jira] Commented: (WICKET-2316) Form generates invalid html in appendDefaultButtonField

    [ https://issues.apache.org/jira/browse/WICKET-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12743191#action_12743191 ] 

Yrjö Kari-Koskinen commented on WICKET-2316:
--------------------------------------------

I'm experiencing the same problem on Wicket 1.4.0.

The problem is found on row 1468 in org/apache/wicket/markup/html/form/Form.java. However, I don't have the time ATM to set up wicket build environment, write the unit test and create the patch for the problem.

> Form generates invalid html in appendDefaultButtonField
> -------------------------------------------------------
>
>                 Key: WICKET-2316
>                 URL: https://issues.apache.org/jira/browse/WICKET-2316
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.6
>            Reporter: Emond Papegaaij
>
> The javascript added to the button contains several unescaped &, such as "b!=null&&b.onclick!=null&&typeof(b.onclick)", these should be replaced with &amp;. This was already mentioned in ticket 2033, but that ticket is about another problem.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.