[jboss-user] [JBoss Seam] - Re: core:resource-bundle and how to use it

iakneissl do-not-reply at jboss.com
Fri Sep 28 09:30:52 EDT 2007


Sounds fine, thank you.

I tried several ways:

e.g.

<factory name="msg" auto-create="true" value="#{messages}"  />

<factory name="msg" auto-create="true" value="#{org.jboss.seam.core.messages}"  />

Is it the correct way?

Is it also possible with:
<core:resource-bundle bundle-names="msg">
<core:bundle-names>     
 packageName.ResourceBundleClassname
</core:bundle-names>
</core:resource-bundle>
? So I can overwrite the key "messages"?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4089693#4089693

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



More information about the jboss-user mailing list