[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-1658) Chaning current locale uses resources loaded for original Locale
Michael Youngstrom (JIRA)
jira-events at lists.jboss.org
Thu Jul 12 19:05:03 EDT 2007
[ http://jira.jboss.com/jira/browse/JBSEAM-1658?page=comments#action_12368813 ]
Michael Youngstrom commented on JBSEAM-1658:
--------------------------------------------
I suppose another option might be before the call to:
java.util.ResourceBundle.getBundle( SeamResourceBundle.class.getName(), Locale.instance() )
We could some how dynamically load a class name SeamResourceBundle with the locale appended on.
Just another thought.
> Chaning current locale uses resources loaded for original Locale
> ----------------------------------------------------------------
>
> Key: JBSEAM-1658
> URL: http://jira.jboss.com/jira/browse/JBSEAM-1658
> Project: JBoss Seam
> Issue Type: Bug
> Components: Core
> Affects Versions: 2.0.0.CR1
> Reporter: Michael Youngstrom
> Priority: Blocker
> Fix For: 2.0.0.CR1
>
>
> I'm using the LocaleSelector. When I change my locale none of my strings change. It appears that somewhere resource bundles are being cached where they should not. I'll see if I can track it down more.
--
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