Detailed Seam messages don't work
---------------------------------
Key: JBSEAM-2796
URL:
http://jira.jboss.com/jira/browse/JBSEAM-2796
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 2.0.1.GA
Environment: WinXP SP2, JBoss 4.2.2, ICEfaces 1.7.0 RC1
Reporter: Jens Weintraut
I want to i18nize some Seam messages (e. g. org.jboss.seam.loginSuccessful). It works
quite well, but there's one problem: I use just one h:messages to display messages
with detail=true. But it seems that Seam doesn't follow JSF specs. I think so because
this:
org.jboss.seam.loginSuccessful=Welcome, #{user.name}.
org.jboss.seam.loginSuccessful_detail=bla
results in Welcome, <Name>.Welcome, <Name>.. So Seam should also take note of
_detail when reading its own messages.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira