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

[jira] Commented: (WICKET-2411) Ajax request should process feedbackpanel.isvisible last (after all other target-components have been processed)

    [ https://issues.apache.org/jira/browse/WICKET-2411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12738289#action_12738289 ] 

Martin Makundi commented on WICKET-2411:
----------------------------------------

Workaround: change the order in which you add the targets: target.addComponent(xxx); -> add feedbackPanel last.

Fix suggestion? Maybe just manipulate the order in which they are added into the target.



> Ajax request should process feedbackpanel.isvisible last (after all other target-components have been processed)
> ----------------------------------------------------------------------------------------------------------------
>
>                 Key: WICKET-2411
>                 URL: https://issues.apache.org/jira/browse/WICKET-2411
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.0
>            Reporter: Martin Makundi
>            Priority: Minor
>         Attachments: Wicket-Quickstart.zip
>
>   Original Estimate: 5h
>  Remaining Estimate: 5h
>
> Ajax request should process feedbackpanel.isvisible last (after all other target-components have been processed), because those other components might inject messages.
> Please find attached a Quickstart Unit Test that fails because the feedback panel is processed first and only after that messages bubble (from other components) which are left unrendered.

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