> then i attach the whole thing to a div. everything works except the
> handlers - they simply are never called.
if you create a panel (and some widget in its hierarchy) an then
attach the panel's element to do DOM with use of "plain DOM methods"
the domHandlers will never be inited (or "sinked" in gwt-dialekt ;))
- look at onAttach and addDomHandler methods source of widget for
more :).