[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-3348) StatusMessages discards all messages issued without a resource bundle key

Stefano Travelli (JIRA) jira-events at lists.jboss.org
Thu Aug 28 11:06:22 EDT 2008


StatusMessages discards all messages issued without a resource bundle key
-------------------------------------------------------------------------

                 Key: JBSEAM-3348
                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3348
             Project: Seam
          Issue Type: Bug
          Components: Core
    Affects Versions: 2.1.0.BETA1
         Environment: Ubuntu 8.04, JVM 1.6.0_06, JBoss 4.2.2
            Reporter: Stefano Travelli


This is a regression after JBSEAM-3318.

StatusMessages.add(messageTemplate, params..) and StatusMessages.add(severity, messageTemplate, params..) delegate the message to add(severity, key, detailKey, messageTemplate, messageDetailTemplate, params..) with null for 'key'.

However the code discards the message if key is null (or empty) so that no message is added.



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list