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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...