| Author |
Different Managed Bean instances
|
Alex Grilo
Greenhorn
Joined: Oct 27, 2009
Posts: 1
|
|
Hi,
I have a JSF application and here is my cenario: there's a button which execute an action in a bean and then through the navigation rules, goes to another view-id which also uses this bean. This bean's scope is request, but I'd like to use the attributes that were set at the button's action, but I can't be. Which is the best way to get these values?
Thanks
Alex
|
 |
Teena George
Ranch Hand
Joined: May 01, 2008
Posts: 82
|
|
|
Change the bean scope to session.
|
 |
 |
|
|
subject: Different Managed Bean instances
|
|
|