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:23:15 UTC

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

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

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.


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

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

Igor Vaynberg resolved WICKET-2411.
-----------------------------------

    Resolution: Invalid
      Assignee: Igor Vaynberg

feedback messages during render time are not supported.

eg, in a regular request the feedbackpanel can already be rendered before you even call info in populateitem.

> 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
>            Assignee: Igor Vaynberg
>            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.


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

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

Martin Makundi updated WICKET-2411:
-----------------------------------

    Attachment: Wicket-Quickstart.zip

WIcket quickstart unit test

> 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.


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

Posted by "Martin Makundi (JIRA)" <ji...@apache.org>.
    [ 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.