]
Ken Finnigan updated SEAMINTL-50:
---------------------------------
Fix Version/s: 3.1.0.Alpha1
Git Pull Request:
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
Fix For: 3.1.0.Alpha1
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: