You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/07/22 14:38:39 UTC

[jira] [Resolved] (WICKET-5640) Reduce the mangling of HTML markup in the Java code as much as possible

     [ https://issues.apache.org/jira/browse/WICKET-5640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov resolved WICKET-5640.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: 7.0.0-M3

With 7.0.0-M3 Wicket will not add suffix (<br/>) to CheckBoxMultipleChoice and RadioChoice.

To restore their behavior from Wicket 6.x use org.apache.wicket.markup.html.form.RadioChoiceWicket6Listener and/or org.apache.wicket.markup.html.form.CheckBoxMultipleChoiceWicket6Listener respectively.

> Reduce the mangling of HTML markup in the Java code as much as possible
> -----------------------------------------------------------------------
>
>                 Key: WICKET-5640
>                 URL: https://issues.apache.org/jira/browse/WICKET-5640
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 7.0.0-M2
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 7.0.0-M3
>
>
> As explained by a user at dev@ mailing list (http://markmail.org/message/cz7sfgsxsdvkqs67) Wicket can reduce the modification of the application's markup as much as possible and use Behavior to apply changes (beforeRender(), onComponentTag(), afterRender()) when really needed.



--
This message was sent by Atlassian JIRA
(v6.2#6252)