You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2008/11/28 12:45:44 UTC

[jira] Updated: (WICKET-1962) setters on FeedbackPanel do not return self, which prevents chaining

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

Johan Compagner updated WICKET-1962:
------------------------------------

          Component/s: wicket
    Affects Version/s: 1.3.5
                       1.4-RC1
        Fix Version/s: 1.4-RC2
             Assignee: Johan Compagner

> setters on FeedbackPanel do not return self, which prevents chaining
> --------------------------------------------------------------------
>
>                 Key: WICKET-1962
>                 URL: https://issues.apache.org/jira/browse/WICKET-1962
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.5, 1.4-RC1
>            Reporter: Sebastiaan van Erk
>            Assignee: Johan Compagner
>            Priority: Minor
>             Fix For: 1.4-RC2
>
>
> The setters on FeedbackPanel do not return "this".
> This makes chaining impossible, i.e.,
> add(new FeedbackPanel("id").setFilter(filter).setRenderBodyOnly(true));
> I think it would be more consistent with the rest of wicket, and useful, if the setters are changed to support chaining.

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