[jbossseam-issues] [JBoss JIRA] Closed: (JBSEAM-526) bundlenames instead bundleNames in Ch.7 Internationalization document
Gavin King (JIRA)
jira-events at jboss.com
Sun Nov 26 16:38:41 EST 2006
[ http://jira.jboss.com/jira/browse/JBSEAM-526?page=all ]
Gavin King closed JBSEAM-526.
-----------------------------
Fix Version/s: 1.1.0.CR2
Resolution: Done
Assignee: Gavin King
thanks, fixed
> 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
> Assigned To: Gavin King
> Fix For: 1.1.0.CR2
>
> Original Estimate: 5 minutes
> Remaining Estimate: 5 minutes
>
> 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