Locale « IceFaces « JSF Q&A





1. Problem with locales    icefaces.org

2. default locale in managed beans    icefaces.org

5. Locale Problem    icefaces.org

6. Changing Locale    icefaces.org

What I'm doing is the following (although I'm not sure this is the preferred way, but it works for me): Got a session scoped LocaleBean, with an ActionListener that is triggered by clicking a button (flag image), it stores the new Locale in an instance variable and also sets that new Locale on the view root. Every page I start with ...

8. locale change on click on a flag    icefaces.org

9. Changing locale results to blank page    icefaces.org

Hello everyone, could you help me to solve my problem. I'm using: ICEfaces 1.7.1 Facelets JSF Majorra(RI) 1.2_09 Spring I'm trying to implement I18N and language switching. So I have a managed bean in session scope that holds user selected locale and links for every supported locale(defined in faces-config.xml). And defined this points to selected locale. So when I'm ...