The change you made compiles because the lookup of the argument to
RootPanel.get() is done at runtime.

If you are new to GWT, have you run through the general GWT tutorial?
It shows how to use the Java Debugger with Hosted mode.

On Tue, Jun 9, 2009 at 10:34 PM, G<[email protected]> wrote:
>
> I tried changing the following line in SimpleMap.java and to my
> surprise, and it compiled.
>
>    RootPanel.get("mapsSSSTutorial").add(map);
>
> I am using the GWT Compile Project button on eclipse toolbar. Output
> of compilation:
> Compiling module com.google.gwt.maps.GoogleMaps.SimpleMaps
>   Compiling 5 permutations
>      Permutation compile succeeded
>   Linking into war
>      Link succeeded
>   Compilation succeeded -- 10.968s
>
>
> When I looked at the firebug, I dont see the any maps API URL embedded
> in the HTML.
> Putting breakpoint in the Entryoint class doesn't work either. Looks
> like that class doesn't even get called. Which makes me think, I may
> be missing something real obvious.
>
> Any thoughts?
>
>
> >
>



-- 
Eric Z. Ayers - GWT Team - Atlanta, GA USA
http://code.google.com/webtoolkit/

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

Reply via email to