In the sample code when building GUI with UiBinder the following declaration
are very common-->

  xmlns:ui='urn:ui:com.google.gwt.uibinder'
  xmlns:g='urn:import:com.google.gwt.user.client.ui'

However now when we declare an Image,we do it as    " <*ui*:image
field='logo' src='logo.png'/> "

why *"ui" *and not "*g" *? The Image class lies in
"com.google.gwt.user.client.ui" package. Actually I am unclear on the sole
purpose of "  xmlns:ui='urn:ui:com.google.gwt.uibinder", there is no
corresponding "com.google.gwt.uibinder" package in Jdocs as well.

-- 
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.

Reply via email to