views:

45

answers:

1

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

A: 

The code given at the website is not complete but once we download the gwt 2.1..RC1 it comes with the sample codes.

I am able to compile and run the samples.

Saket Bansal