You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Eelco Hillenius (JIRA)" <ji...@apache.org> on 2007/08/04 02:47:52 UTC

[jira] Created: (WICKET-816) Component#getLocale and Component#getVariation should search their parents

Component#getLocale and Component#getVariation should search their parents
--------------------------------------------------------------------------

                 Key: WICKET-816
                 URL: https://issues.apache.org/jira/browse/WICKET-816
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-beta2
            Reporter: Eelco Hillenius
            Assignee: Eelco Hillenius
             Fix For: 1.3.0-beta3


Currently an override of either Component#getLocale or Component#getVariant only works for that specific component. I think the correct thing would be that if a component overrides any of these methods, all it's childs should automatically inherit that value.

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


[jira] Updated: (WICKET-816) Component#getLocale and Component#getVariation should search their parents

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius updated WICKET-816:
-----------------------------------

    Attachment: WICKET-816.patch

If no-one objects, this would be the patch for this issue.

> Component#getLocale and Component#getVariation should search their parents
> --------------------------------------------------------------------------
>
>                 Key: WICKET-816
>                 URL: https://issues.apache.org/jira/browse/WICKET-816
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Eelco Hillenius
>            Assignee: Eelco Hillenius
>             Fix For: 1.3.0-beta3
>
>         Attachments: WICKET-816.patch
>
>
> Currently an override of either Component#getLocale or Component#getVariant only works for that specific component. I think the correct thing would be that if a component overrides any of these methods, all it's childs should automatically inherit that value.

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


[jira] Resolved: (WICKET-816) Component#getLocale and Component#getVariation should search their parents

Posted by "Eelco Hillenius (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WICKET-816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eelco Hillenius resolved WICKET-816.
------------------------------------

    Resolution: Fixed

> Component#getLocale and Component#getVariation should search their parents
> --------------------------------------------------------------------------
>
>                 Key: WICKET-816
>                 URL: https://issues.apache.org/jira/browse/WICKET-816
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.0-beta2
>            Reporter: Eelco Hillenius
>            Assignee: Eelco Hillenius
>             Fix For: 1.3.0-beta3
>
>         Attachments: WICKET-816.patch
>
>
> Currently an override of either Component#getLocale or Component#getVariant only works for that specific component. I think the correct thing would be that if a component overrides any of these methods, all it's childs should automatically inherit that value.

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