xmlns:gc="com.google.gwt.user.cellview.client.CellTable" I just realized that my namespace declaration was defining only the CellTable class. This works fine without "urn:import:" infront of it. Removing ".CellTable" from the namespace declaration fixed the problem.
Thanks, Pat On Apr 1, 4:54 am, Thomas Broyer <[email protected]> wrote: > How was xmlns:gc declared? > > UiBinder complains that it sees gc:CellTable not as a CellTable widget but > as a "bare element" (just like an HTML element). I guess, your "gc" > namespace isn't declared as > xmlns:gc="urn:import:com.google.gwt.user.cellview.client" -- 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.
