You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jonas (JIRA)" <ji...@apache.org> on 2009/07/20 08:31:14 UTC

[jira] Created: (WICKET-2381) IModel parameters of StringResourceModel not getting detached

IModel parameters of StringResourceModel not getting detached
-------------------------------------------------------------

                 Key: WICKET-2381
                 URL: https://issues.apache.org/jira/browse/WICKET-2381
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.6
            Reporter: Jonas
            Priority: Minor
             Fix For: 1.3.8, 1.4.1


StringResourceModel supports IModels in the 'parameters' Object[] that
are properly handled in StringResourceModel#getString, meaning they
could get attached because of StringResourceModel. 

StringResourceModel should probably check the 'parameters' array for IModels
(or even IDetachables?) and detach them from StringResourceModel#onDetach


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


[jira] Resolved: (WICKET-2381) IModel parameters of StringResourceModel not getting detached

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

Igor Vaynberg resolved WICKET-2381.
-----------------------------------

    Resolution: Fixed
      Assignee: Igor Vaynberg

> IModel parameters of StringResourceModel not getting detached
> -------------------------------------------------------------
>
>                 Key: WICKET-2381
>                 URL: https://issues.apache.org/jira/browse/WICKET-2381
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.6
>            Reporter: Jonas
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> StringResourceModel supports IModels in the 'parameters' Object[] that
> are properly handled in StringResourceModel#getString, meaning they
> could get attached because of StringResourceModel. 
> StringResourceModel should probably check the 'parameters' array for IModels
> (or even IDetachables?) and detach them from StringResourceModel#onDetach

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


[jira] Updated: (WICKET-2381) IModel parameters of StringResourceModel not getting detached

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

Igor Vaynberg updated WICKET-2381:
----------------------------------

    Fix Version/s:     (was: 1.3.8)

> IModel parameters of StringResourceModel not getting detached
> -------------------------------------------------------------
>
>                 Key: WICKET-2381
>                 URL: https://issues.apache.org/jira/browse/WICKET-2381
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.6
>            Reporter: Jonas
>            Priority: Minor
>             Fix For: 1.4.1
>
>
> StringResourceModel supports IModels in the 'parameters' Object[] that
> are properly handled in StringResourceModel#getString, meaning they
> could get attached because of StringResourceModel. 
> StringResourceModel should probably check the 'parameters' array for IModels
> (or even IDetachables?) and detach them from StringResourceModel#onDetach

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


[jira] Updated: (WICKET-2381) IModel parameters of StringResourceModel not getting detached

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

Igor Vaynberg updated WICKET-2381:
----------------------------------

    Fix Version/s:     (was: 1.4.1)
                   1.4.0

> IModel parameters of StringResourceModel not getting detached
> -------------------------------------------------------------
>
>                 Key: WICKET-2381
>                 URL: https://issues.apache.org/jira/browse/WICKET-2381
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3.6
>            Reporter: Jonas
>            Assignee: Igor Vaynberg
>            Priority: Minor
>             Fix For: 1.4.0
>
>
> StringResourceModel supports IModels in the 'parameters' Object[] that
> are properly handled in StringResourceModel#getString, meaning they
> could get attached because of StringResourceModel. 
> StringResourceModel should probably check the 'parameters' array for IModels
> (or even IDetachables?) and detach them from StringResourceModel#onDetach

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