How to retrieve active managed-bean's of my session

2008-10-06 Thread Groovie
Hy there, image your control-flow is executing an action-method (i.e. button action-callback). While processing the button-pressed event, you want to change the state of another managed-bean, that is assigned to your current session. Does JSF provide for a retrieve methode, to search inside my

Re: How to retrieve active managed-bean's of my session

2008-10-06 Thread Simon Kitching
Groovie schrieb: Hy there, image your control-flow is executing an action-method (i.e. button action-callback). While processing the button-pressed event, you want to change the state of another managed-bean, that is assigned to your current session. Does JSF provide for a retrieve methode, to