Hi,
I was trying to get a value which is produced in a action_button of a backing bean. I stored the value in a property of that bean. The bean is in session scope and declared as a managed-bean in the faces-config.xml file, but I am unable to get the value in the next page.
Can any one suggest me how can I do that?
And also can I attach the value in the session variable?
How can I do that? Please suggest... Thank you in advance...