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
Issue Links
Activity
Philip Breau
created issue -
Icefaces Administrator
made changes -
Field | Original Value | New Value |
---|---|---|
issue.field.bugzillaimportkey | 1171 | 12396 |
Ken Fyten
made changes -
Priority | Major [ 3 ] | Minor [ 4 ] |
Ken Fyten
made changes -
Assignee | Ted Goddard [ ted.goddard ] |
Greg Dick
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 1.7 [ 10080 ] | |
Resolution | Fixed [ 1 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7RC1 [ 10123 ] | |
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Fix Version/s | 1.7 [ 10080 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
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.