- Make event handling work with widgets embedded through templates - Form widgets like selects should signal when list data is actually needed. This makes it possible to load just in time and not on creation of the object. - Event handling needs a proper implementation. Currently we just fetch the values from $_POST. Of course, we should get the real location through the event object and the new filter extension when it is available.