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
&. 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.