You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2007/08/28 07:33:30 UTC

[jira] Resolved: (WICKET-845) Label constructor

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

Igor Vaynberg resolved WICKET-845.
----------------------------------

    Resolution: Won't Fix

charsequence is not serializable

> Label constructor
> -----------------
>
>                 Key: WICKET-845
>                 URL: https://issues.apache.org/jira/browse/WICKET-845
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Sean Sullivan
>             Fix For: 1.3.0-beta4
>
>
> Currently, the Label class provides this constructor:
>           public Label(final String id, String label)
> Can this be changed to:
>           public Label(final String id, CharSequence label)
> Thanks!

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