--- In [email protected], "Kenneth Sutherland" <kenneth.sutherl...@...> wrote: > > Sorry should have said you should use the 'event.target.id' (in > virtually all cases you can get away with using currentTarget, but if > you want to be guaranteed to be getting the info from whatever > dispatched the event, use target). It all depends on where you are > doing the listening.
It's been a long time since I wrote this question and have learned a lot, and still don't know what a Value Object is, but I will go with your solution, at least it makes sense in my mind. thanks

