On Dec 2, 5:21 am, Alexander <[email protected]> wrote: > I have created composite widget that have VerticalPanel. After I > created this widget (after constructor finished and initWidget() > called) I want to add new labels to VerticalPanel (some additional > information arrived via wire) but GWT throws exception like "A widget > that has an existing parent widget maynot be added to the detach list" > > Where the problem is?
Are you using the wrap() static method that some widgets have? If you're not, how are you using RootPanel? (how many? are you using two RootPanels where one actually is a child of the other in your HTML page?) > Is it true that I can't add any new widget after called initWidget()? No! -- 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.
