Hi! I am making a small simple component which wraps contrib:Table but only requires source, so it figures out names and ordering by reflection. Anyway, it works great, and now I would like to make another component which wraps it and adds delete buttons (Maybe with the T-deli checkbox groups to select all and/or all shown (http://www.t-deli.com/)).
But one thing I can't find either in Kens book or while googling heavily, which is how to specify a method/callback function to be called when someone does submit one or more deletions to the component. I think I should use some kind of listener, but since I'm quite new to all this I'm hoping for directions. Cheers, PS
