1 Reply Latest reply on Feb 22, 2010 5:35 AM by ilya_shaikovsky

    Session scope problem

    jsfgeeks

      hello

      In my project i am using session scope for one page.I need to develope my project such that it supports multilingual. in all pages its working fine but in one page which is session scope is not changing when i change labguage in other page and come back.

      In my session scoped page there is listing of grades, chapter in rich panel menu which is populated from java class and i wanr to populated it as per language, when i change language from the same page it's working fine but when i change language from another page & came back to this page it's change language in other labels etc. but content from db as per langauage is not changed any idea where i am doing wrong.