Reviewers: cramsdale,

Description:
DynaTable has a reference to hosted mode.

Fix:
====
Changed the word hosted to development.


Testing:
=======
Verified that these directions no longer lie to me.

Please review this at http://gwt-code-reviews.appspot.com/103809

Affected files:
    
samples/dynatable/src/com/google/gwt/sample/dynatable/client/DynaTableWidget.java


Index:  
samples/dynatable/src/com/google/gwt/sample/dynatable/client/DynaTableWidget.java
===================================================================
---  
samples/dynatable/src/com/google/gwt/sample/dynatable/client/DynaTableWidget.java
        
(revision 6995)
+++  
samples/dynatable/src/com/google/gwt/sample/dynatable/client/DynaTableWidget.java
        
(working copy)
@@ -176,7 +176,7 @@
        + "successfully return data, the server component must be  
available.</p>"
        + "<p>If you are running this demo from compiled code, the server "
        + "component may not be available to respond to the RPC requests  
from "
-      + "DynaTable.  Try running DynaTable in hosted mode to see the demo "
+      + "DynaTable.  Try running DynaTable in development mode to see the  
demo "
        + "in action.</p> "
        + "<p>Click on the Remote Procedure Call link above for more  
information "
        + "on GWT's RPC infrastructure.";


-- 
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to