This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Understanding the seam attribute injectionbarbacena Mar 31, 2008 11:15 PM (in response to wark2007)You can use Rules to override the default variable output context. 
- 
        2. Re: Understanding the seam attribute injectionpmuir Apr 2, 2008 3:01 PM (in response to wark2007)
 Vassiliy Dubkin wrote on Mar 31, 2008 04:34 PM:
 Am I right? Can other problems occur with that code snippet?Yes, you are right. 
- 
        3. Re: Understanding the seam attribute injectiongjeudy Apr 2, 2008 3:43 PM (in response to wark2007)You could use a different variable name for your @DataModelSelection: @Out(required=false) @DataModelSelection private User selectedUser; 
 
 In this way it won't clash or override your logged in user stored in the session. 
 
     
     
    