[jboss-user] [JBoss Seam] - Re: stupid question about message
mnrz
do-not-reply at jboss.com
Tue May 29 04:01:36 EDT 2007
No I have Messages.properties under the specific path
com.mypackage.bundle.Messages.properites
but the problem is it can't understand it
this is from Seam tutorial:
| You can select a different name for the resource bundle by setting the Seam configuration property named
| org.jboss.seam.core.resourceBundle.bundleNames. You can even specify a list of resource bundle names
| to be searched (depth first) for messages.
| <core:resource-bundle>
| <core:bundle-names>
| <value>mycompany_messages</value>
| <value>standard_messages</value>
| </core:bundle-names>
| </core:resource-bundle>
|
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049213#4049213
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049213
More information about the jboss-user
mailing list