I'm using SmartGWT 3.0 eval (until our Power purchase comes through).
I'm trying to follow the EE Showcase example for a Simple Custom DataSource http://www.smartclient.com/smartgwtee/showcase/#simple_custom_ds and I can't get it to run. A null pointer exception is thrown when setting the data source on the ListGrid, so clearly the DataSource is not getting created. I think this looks like the best solution for my web app if I can just get it to work. Anyone has extended BasicDataSource, if you found any gotchas not pointed out in the Showcase, I'd really appreciate the help.
Thanks-
I'm trying to follow the EE Showcase example for a Simple Custom DataSource http://www.smartclient.com/smartgwtee/showcase/#simple_custom_ds and I can't get it to run. A null pointer exception is thrown when setting the data source on the ListGrid, so clearly the DataSource is not getting created. I think this looks like the best solution for my web app if I can just get it to work. Anyone has extended BasicDataSource, if you found any gotchas not pointed out in the Showcase, I'd really appreciate the help.
Thanks-
Comment