posted 16 years ago
I know that the managed bean has to be in request scope, so that that page will be initialised each time i do a page refresh, beside setting the managed bean to request scope, any other method that i can do?
For the managed bean, if i declare my bean as a request scope, can i acess another bean which is of session scope?