You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Johan Compagner (JIRA)" <ji...@apache.org> on 2007/05/28 14:31:16 UTC

[jira] Closed: (WICKET-558) New attach->beforeRender refactor breaks ajax updating of list views

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

Johan Compagner closed WICKET-558.
----------------------------------

    Resolution: Fixed

this was about some feedback issue, can be closed now

> New attach->beforeRender refactor breaks ajax updating of list views
> --------------------------------------------------------------------
>
>                 Key: WICKET-558
>                 URL: https://issues.apache.org/jira/browse/WICKET-558
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: trunk
>            Reporter: Jonathan Locke
>            Assignee: Johan Compagner
>            Priority: Blocker
>             Fix For: 1.3.0-beta2
>
>
> Because components are created in onBeforeRender in list views (it calls populateItem then), it is necessary for AJAX renderings now to call beforeRender on every component to be updated before proceeding with the render.  Since the current code does not do this, you get a NPE when rendering happens since the item was never populated.
> It looks like AjaxRequestTarget.respondComponent should call before render on the component tree (similar to how it does in Page) just before it's about to render.  But I'm unsure if this is the right place to make the change.  
> Johan can you look at this since you were doing this refactor and probably know all the details?

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