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 <t.bro...@gmail.com> 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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
No comments:
Post a Comment