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