Binder problem in ui.xml file?

2011-10-12 Thread David Fernando
Compile gwt application, I got the error show[Error] Element may only contain a single child element, but found g:FlowPanel ui:field='flow1'and g:FlowPanel ui:field='flow2'. Element g:center. Advance thanks. ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'

Re: Binder problem in ui.xml file?

2011-10-12 Thread Juan Pablo Gardella
The error said that you have two elements in g:center. You must put only one. 2011/10/12 David Fernando fernando33...@gmail.com Compile gwt application, I got the error show[Error] Element may only contain a single child element, but found g:FlowPanel ui:field='flow1'and g:FlowPanel

Re: Binder problem in ui.xml file?

2011-10-12 Thread Ashton Thomas
Wrap both in g:HTMLPanel g:center g:HTMLPanel Flow/ Flow.../ /g:HTMLPanel /g:center -- You received this message because you are subscribed to the Google Groups Google Web Toolkit group. To view this discussion on the web visit