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