This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Re: Logging additional data through listeners questionadamw Jan 13, 2009 10:58 AM (in response to justinmiller)Hello, 
 well, in Seam you would just lookup your event/conversation/..-scoped component and get the data ;).
 Now if you can't do this ... you would have somehow to associate the data with the currect transaction, and read it in the listener. I don't have any good ideas right now, maybe others will help :)
 --
 Adam
- 
        2. Re: Logging additional data through listeners questiondarin8809 Feb 13, 2009 6:30 PM (in response to justinmiller)I'm looking to do something similiar - is it possible to access the current entity or entity id from the listener? - i could use that to pass any additional data. 
- 
        3. Re: Logging additional data through listeners questionadamw Feb 14, 2009 9:07 AM (in response to justinmiller)Hello, 
 well, there is no "current entity", as the revision entity is created per-transaction, which may contain many entity changes.
 --
 Adam
 
     
    