On Dec 9, 12:48 pm, John Patterson <[email protected]> wrote:
> On 9 Dec 2009, at 16:59, Thomas Broyer wrote:
>
> > The element you're trying to wrap is a child of an element that's the
> > "root" element of a widget. A widget is supposed to control its
> > subtree, so wrapping a widget's child element in another widget is
> > prohibited, as the "parent" widget would be aware of it.
>
> My question is _why_ is this element already owned and what can be  
> done about it.

First find the offending element (either set a breakpoint in
RootPanel::isElementChildOfWidget in DevMode, or look for a parent
element with a __listener property using whichever tool your like in
"prod mode" –Firebug, Web inspector, Developer Tools, etc.–), then try
to understand why it could "be a widget" already; but without seeing
your code it's impossible to help you further more...

--

You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.


Reply via email to