I have been trying to understand gwt Widgets showcase at the below link:
http://gwt.google.com/samples/Showcase/Showcase.html#!CwCellList
I am not able to compile the code, this code is using UiBinder but they are not binding it to template which gives me error "Template file ContactInfoForm.ui.xml is missing (expected at com/tracker/client/view)"
any idea how to get this sample running, gwt sample directory (get downloaded with gwt) is not having the part of examples...
Thanks in Advance...