atom feed4 messages in org.apache.myfaces.usershow to access a managed bean from a b...
FromSent OnAttachments
Legolas WoodlandSep 21, 2006 4:07 pm 
Alexandre JaquetSep 21, 2006 11:32 pm 
Craig McClanahanSep 22, 2006 1:42 am 
K. JohnsonSep 22, 2006 8:37 am 
Subject:how to access a managed bean from a button action listener ?
From:Legolas Woodland (lego@gmail.com)
Date:Sep 21, 2006 4:07:08 pm
List:org.apache.myfaces.users

Hi thank you for reading my post how i can access a managed bean from a button action listener ? for example i have a managed bean named session and its scope is session , i used it to store user details until he/she logout and when he/she pressed the logout button i need to change some of that managed bean property , can you please tell me how i can do it ? I also need it for time that user press the login button. thanks