tc:message should support a range of severities to be displayed
---------------------------------------------------------------
Key: TOBAGO-531
URL: https://issues.apache.org/jira/browse/TOBAGO-531
Project: MyFaces Tobago
Issue Type: New Feature
Components: Core
Reporter: Matthias Wronka
Priority: Minor
It would be nice to be able to set the severity of messages that are displayed
by the messages-tag. In this way it would be possible to display error-messages
in another place than e.g. info-messages. The tag could look like this:
<tc:messages minSeverity="error" maxSeverity="fatal" />
with no severity specified, always all severities are displayed (ordered by
severity (1st order) and occurance (2nd order)). With just a minSeverity
specified the maxSeverity is automatically set to "fatal".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.