[jboss-user] [JBoss Seam] - Re: Problem with localeSelector when upgrading from Seam 1.0

gavin.king@jboss.com do-not-reply at jboss.com
Sun Dec 3 19:01:45 EST 2006


Yes, this is a change in Seam 1.1.0.CR2. You should use:

sessionContext.get("org.jboss.seam.core.localeSelector")
Component.getInstance("localeSelector")

Or just plain:

@In LocaleSelector localeSelector

Check the new docs to understand this behavior, which *is* an improvement.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3990833#3990833

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3990833



More information about the jboss-user mailing list