I am currently modifying some jsf application. I have two beans.
- connectionBean
- UIBean
When I set my connection parameters in connectionBean the first time, the UIBean is able to read my connectionBean information and display the correct UI Tree.
However when I try to set the connection parameters in the same session. My UIBean will still use the previous connectionBean information.
It only will use after I invalidate the whole httpSession.
Is there anyway I can make one session bean update another session bean?