Hi,
I am a newbie to
JSF, and i am strucked up with a small problem.
I am wondering how can i set a value in a session from a bean or any other action method, and then retrieve it on any other JSF page.
In
Struts , we have a simple option of setting session objects, but i am not able to find the same way in JSF.
Please give me the solution to this problem with the statements used to set the session from the bean or any other
java class, and then retrieving the same value on any JSF page..
any help will be greatly appreciated..