Details
Description
noted in the forum: http://www.icefaces.org/JForum/posts/list/3194.page
need to implement FacesContext.getMaximumSeverity() for BridgeFacesContext
need to implement FacesContext.getMaximumSeverity() for BridgeFacesContext
I have implemented this method. Ted, maybe you can check this, I'm not sure exactly when (or if) to reset the maximum severity.
The JSF source states that the method is to:
Return the maximum severity level recorded on any
s that has been queued, whether or not they are
. If no such messages
Currently, I'm resetting the maximum severity to null when the messages are retrieved. Thusly, the maximumSeverity will represent the maximum severity of any messages enqueued since the last time all the messages were retrieved.