Hi all,
I have 3 functionalities using the same backing bean.So I have created a single backing bean and put it in the session.However, the constructor of the bean keeps getting called every time any of the two functions are called, inspite of being in the session scope.
I am using JSR 168 portal and
JSF as the front end.
Please advice me on this issue.