[jboss-user] [JBoss Seam] - ResourceBundle mystery

maku01 do-not-reply at jboss.com
Tue Jul 10 02:24:50 EDT 2007


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#4062253

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4062253



More information about the jboss-user mailing list