This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: [booking]: Why the changePasswordAction is statefull andlittlewing1112 Jan 16, 2007 8:51 AM (in response to littlewing1112)I forgot... 
 Thansk in advance for your help
 Alexandre
- 
        2. Re: [booking]: Why the changePasswordAction is statefull andgavin.king Jan 16, 2007 1:24 PM (in response to littlewing1112)The bean holds state between method calls (hence stateful) that occur during a particular request (hence EVENT scope). 
 
    