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? Is it true that I can't add any new widget after called initWidget()? -- 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.
