Re: How create custom child elements in MyWidget.ui.xml like '

2009-12-15 Thread Thomas Broyer
On Dec 15, 12:31 pm, Владимир Петрухин wrote: > >   >     >       Hello! >     >   > > > 00:20:37,437 [ERROR] In com.google.gwt.uibinder.rebind.XMLElement > $...@c09d8c, found unexpected child "". > > How create custom child elements? It's not yet possible (this is marked as a "TODO" in t

Re: How create custom child elements in MyWidget.ui.xml like '

2009-12-15 Thread djd
I assume you are extending Composite/Widget or a subclass of it. If this is the case, your 'BaseLayout' must implements HasWidgets (or not, if it extends some panel). I'm not sure this will fix your problem, but it's easy to try On Dec 15, 1:31 pm, Владимир Петрухин wrote: > >   >     >      

How create custom child elements in MyWidget.ui.xml like '

2009-12-15 Thread Владимир Петрухин
Hello! 00:20:37,437 [ERROR] In com.google.gwt.uibinder.rebind.XMLElement $...@c09d8c, found unexpected child "". How create custom child elements? Thanks. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post