[
https://issues.apache.org/jira/browse/WICKET-2091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Charlie Dobbie updated WICKET-2091:
-----------------------------------
Attachment: wicket-2190-fix.patch
Patch attached to fix issue. FeedbackMessages.hasMessageFor altered to cope
with multiple messages.
> Error feedback is hidden by lower level messages
> ------------------------------------------------
>
> Key: WICKET-2091
> URL: https://issues.apache.org/jira/browse/WICKET-2091
> Project: Wicket
> Issue Type: Bug
> Components: wicket
> Affects Versions: 1.3.4, 1.4-RC3
> Environment: Wicket 1.3.4 and Wicket SVN
> Reporter: Ivo Danihelka
> Attachments: WICKET-2091-test.txt, wicket-2190-fix.patch
>
>
> A DEBUG, INFO or WARNING feedback message hides a later added ERROR message.
> The FeedbackMessages.hasErrorMessageFor() is unable to find it.
> The problem is inside FeedbackMessages.hasMessageFor(component, level).
> It checks only the first found message for the given component.
> It should not stop on a message with a lower error level.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.