You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Matthias Wronka (JIRA)" <de...@myfaces.apache.org> on 2007/11/01 11:32:50 UTC

[jira] Created: (TOBAGO-531) tc:message should support a range of severities to be displayed

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.


[jira] Resolved: (TOBAGO-531) tc:message should support a range of severities to be displayed

Posted by "Udo Schnurpfeil (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Udo Schnurpfeil resolved TOBAGO-531.
------------------------------------

    Resolution: Fixed

> 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
>    Affects Versions: 1.0.12
>            Reporter: Matthias Wronka
>            Assignee: Udo Schnurpfeil
>            Priority: Minor
>             Fix For: 1.0.13
>
>
> 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.