You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Jim McLaughlin (JIRA)" <ji...@apache.org> on 2007/05/09 18:59:15 UTC

[jira] Created: (WICKET-548) onAttach not called for Components added to ListItems

onAttach not called for Components added to ListItems
-----------------------------------------------------

                 Key: WICKET-548
                 URL: https://issues.apache.org/jira/browse/WICKET-548
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3
            Reporter: Jim McLaughlin


populateItem is called in onBeforeRender, after onAttach, so components added to a ListItem don't have onAttach called.

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


[jira] Assigned: (WICKET-548) onAttach not called for Components added to ListItems

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

Johan Compagner reassigned WICKET-548:
--------------------------------------

    Assignee: Igor Vaynberg  (was: Johan Compagner)

> onAttach not called for Components added to ListItems
> -----------------------------------------------------
>
>                 Key: WICKET-548
>                 URL: https://issues.apache.org/jira/browse/WICKET-548
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Jim McLaughlin
>         Assigned To: Igor Vaynberg
>
> populateItem is called in onBeforeRender, after onAttach, so components added to a ListItem don't have onAttach called.

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


[jira] Commented: (WICKET-548) onAttach not called for Components added to ListItems

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

Igor Vaynberg commented on WICKET-548:
--------------------------------------

perhaps we should call attach in MarkupContainer#addedComponent() and detach in markupcontainer#removedcomponent()?

> onAttach not called for Components added to ListItems
> -----------------------------------------------------
>
>                 Key: WICKET-548
>                 URL: https://issues.apache.org/jira/browse/WICKET-548
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Jim McLaughlin
>
> populateItem is called in onBeforeRender, after onAttach, so components added to a ListItem don't have onAttach called.

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


[jira] Commented: (WICKET-548) onAttach not called for Components added to ListItems

Posted by "Johan Compagner (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WICKET-548?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12494571 ] 

Johan Compagner commented on WICKET-548:
----------------------------------------

yeah i think that is the right if not only place to do it.


> onAttach not called for Components added to ListItems
> -----------------------------------------------------
>
>                 Key: WICKET-548
>                 URL: https://issues.apache.org/jira/browse/WICKET-548
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Jim McLaughlin
>         Assigned To: Johan Compagner
>
> populateItem is called in onBeforeRender, after onAttach, so components added to a ListItem don't have onAttach called.

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


[jira] Assigned: (WICKET-548) onAttach not called for Components added to ListItems

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

Igor Vaynberg reassigned WICKET-548:
------------------------------------

    Assignee: Johan Compagner

> onAttach not called for Components added to ListItems
> -----------------------------------------------------
>
>                 Key: WICKET-548
>                 URL: https://issues.apache.org/jira/browse/WICKET-548
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Jim McLaughlin
>         Assigned To: Johan Compagner
>
> populateItem is called in onBeforeRender, after onAttach, so components added to a ListItem don't have onAttach called.

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


[jira] Resolved: (WICKET-548) onAttach not called for Components added to ListItems

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

Igor Vaynberg resolved WICKET-548.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3

> onAttach not called for Components added to ListItems
> -----------------------------------------------------
>
>                 Key: WICKET-548
>                 URL: https://issues.apache.org/jira/browse/WICKET-548
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.3
>            Reporter: Jim McLaughlin
>         Assigned To: Igor Vaynberg
>             Fix For: 1.3
>
>
> populateItem is called in onBeforeRender, after onAttach, so components added to a ListItem don't have onAttach called.

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