[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-526) bundlenames instead bundleNames in Ch.7 Internationalization document
jarkko Lietolahti (JIRA)
jira-events at jboss.com
Sun Nov 26 16:02:41 EST 2006
bundlenames instead bundleNames in Ch.7 Internationalization document
---------------------------------------------------------------------
Key: JBSEAM-526
URL: http://jira.jboss.com/jira/browse/JBSEAM-526
Project: JBoss Seam
Issue Type: Bug
Components: Documentation
Affects Versions: 1.1.0.CR1
Reporter: jarkko Lietolahti
7.2.1. Defining labels in http://docs.jboss.com/seam/1.1CR1/reference/en/html/i18n.html has a typo:
"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.
<component name="org.jboss.seam.core.resourceBundle">
<property name="bundlenames">
<value>mycompany_messages</value>
<value>standard_messages</value>
</property>
</component>
"
should be <property name="bundleNames"> as defined in org.jboss.seam.core.ResourceBundle
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list