Hi,
I defined an additional resource-bundle with the following definition in components.xml
(Seam 2.0B)
<core:resource-bundle>
| <core:bundle-names>
| <value>messages</value>
| <value>common</value>
| </core:bundle-names>
| </core:resource-bundle>
I see in my debug session that the bundle "common" is loaded. But I've no
success to access a key defined in it when I try it in a xhtml page.
#{messages.maintenance} -> works
#{common.maintenance} -> doestn't work
Same key is availabe in both files.
Could anybody give me a hint what's going on?
TIA
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4062253#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...