[seam-issues] [JBoss JIRA] Created: (SEAMINTL-50) Faces messages should be passed to JSF in the order they were added

Matija Mazi (JIRA) jira-events at lists.jboss.org
Thu Jul 21 09:46:23 EDT 2011


Faces messages should be passed to JSF in the order they were added
-------------------------------------------------------------------

                 Key: SEAMINTL-50
                 URL: https://issues.jboss.org/browse/SEAMINTL-50
             Project: Seam International
          Issue Type: Bug
          Components: Messages
    Affects Versions: 3.0.0.Final
         Environment: JBAS7
Mojarra 2.0.4 (FCS b09-jbossorg-4)
            Reporter: Matija Mazi
            Assignee: Ken Finnigan
            Priority: Minor


The MessagesImpl bean does not preserve messages in the order they were added; the order they are output (using <h:messages>) is random.

I've submitted a github pull request; the fix simply uses LinkedHashSet's instead of HashSets. I've tested it, it works for me.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the seam-issues mailing list