You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/04/08 08:15:00 UTC

[jira] [Commented] (WICKET-6763) SelectOptions unnecessary complicated markup

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

ASF subversion and git services commented on WICKET-6763:
---------------------------------------------------------

Commit c49b3a5a7ab422f7dc1584da12665cd90ea4d985 in wicket's branch refs/heads/master from Sven Meier
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=c49b3a5 ]

WICKET-6763 simplify markup

support older markup with log warning

> SelectOptions unnecessary complicated markup
> --------------------------------------------
>
>                 Key: WICKET-6763
>                 URL: https://issues.apache.org/jira/browse/WICKET-6763
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket-extensions
>    Affects Versions: 8.7.0
>            Reporter: Sven Meier
>            Assignee: Sven Meier
>            Priority: Minor
>
> SelectOptions requires an unnecessary complicate markup at the moment:{{}}
> {noformat}
> <wicket:container wicket:id="selectOptions">
>   <option wicket:id="option"></option>
> </wicket:container>{noformat}
> Since SelectOptions is a RepeatingView, this is not needed actually. With minor changes support for a much simpler markup can be achieved:
> {noformat}
> <option wicket:id="selectOptions"></option{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)