the code is not that interesting or special. I define a composite widget class and specify the .ui.xml and everything UiBinder would need, and then instantiate that class 20 times. 18 or 19 of them will attach to the DOM without a problem (and their element can therefore be found) but once or twice it will fail.
I am looking at designing around the problem so that I can wrap it in try/catch and defer to another attempt when it fails. I already have a partial solution in place which seems to work. On Feb 13, 5:44 am, Tsukasa <[email protected]> wrote: > I think its worth a try to resolve your problem, but I think it would > vastly increase efficiency if you could give a code example which > produces the error. > > In fact i really had some similar exceptions in the beginning, which > in most cases could be dereferenced to some bug, made by myself like > wrong primary element referenced in uiBuilders generics ASO ... -- 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.
