You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Alexandru Objelean (JIRA)" <ji...@apache.org> on 2007/09/06 14:08:39 UTC

[jira] Created: (WICKET-935) AbstractRepeater#onBeforeRender should not be final

AbstractRepeater#onBeforeRender should not be final
---------------------------------------------------

                 Key: WICKET-935
                 URL: https://issues.apache.org/jira/browse/WICKET-935
             Project: Wicket
          Issue Type: Bug
          Components: wicket
         Environment: Affects Versions: 1.3.0-SNAPSHOT (from 6 sept 2007)
            Reporter: Alexandru Objelean


<quote>
"Some time ago onBeforeRender was called always, even if the component
was not visible. This had caused problems with repeaters, therefore
this restriction - to make sure onPopulate is called only when
component is visible. But now that's no longer necessary. "
 - Matej Knopp
</quote>


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


[jira] Resolved: (WICKET-935) AbstractRepeater#onBeforeRender should not be final

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

Johan Compagner resolved WICKET-935.
------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.0-beta4

fixed now it is not final anymore
we still have an onPopulate that is implemented by the Concreet Repeaters and then made final.

> AbstractRepeater#onBeforeRender should not be final
> ---------------------------------------------------
>
>                 Key: WICKET-935
>                 URL: https://issues.apache.org/jira/browse/WICKET-935
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>         Environment: Affects Versions: 1.3.0-SNAPSHOT (from 6 sept 2007)
>            Reporter: Alexandru Objelean
>            Assignee: Johan Compagner
>             Fix For: 1.3.0-beta4
>
>
> <quote>
> "Some time ago onBeforeRender was called always, even if the component
> was not visible. This had caused problems with repeaters, therefore
> this restriction - to make sure onPopulate is called only when
> component is visible. But now that's no longer necessary. "
>  - Matej Knopp
> </quote>

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


[jira] Updated: (WICKET-935) AbstractRepeater#onBeforeRender should not be final

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

Igor Vaynberg updated WICKET-935:
---------------------------------

    Assignee: Johan Compagner

> AbstractRepeater#onBeforeRender should not be final
> ---------------------------------------------------
>
>                 Key: WICKET-935
>                 URL: https://issues.apache.org/jira/browse/WICKET-935
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>         Environment: Affects Versions: 1.3.0-SNAPSHOT (from 6 sept 2007)
>            Reporter: Alexandru Objelean
>            Assignee: Johan Compagner
>
> <quote>
> "Some time ago onBeforeRender was called always, even if the component
> was not visible. This had caused problems with repeaters, therefore
> this restriction - to make sure onPopulate is called only when
> component is visible. But now that's no longer necessary. "
>  - Matej Knopp
> </quote>

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