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