http://code.google.com/webtoolkit/tutorials/1.6/appengine.html
It looks like this tutorial is missing the action declaring a member
variable
public class StockWatcher implements EntryPoint {
...
private StockServiceAsync stockService; //missing
where it is later used by
private void loadStocks() {
stockService = GWT.create(StockService.class);
I even tried searching with the browser for the declaration so Eclipse
doesn't complain, but maybe I am wrong and just overlooked it
somehow....
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---