Typically the behavior you are seeing is do to the URL within the browser
changing (either programatically or by hand) and the gwt.codesvr query param
not being preserved. When the gwt.codesvr param is present, the plugin will
take over and communicate the code server running (running on port 1723 in
your case), injecting any updates that you make into the DOM on the fly.
Without the gwt.codesvr param, the app will default back to its last
compiled state. This might be why changes only show up when you recompile.

- Chris

On Tue, Dec 15, 2009 at 5:45 PM, Sorinel C <[email protected]>wrote:

> Why do you use that ugly URL, with IPs ? try this one:
>
> http://localhost:8888/MyApplication.html?gwt.codesvr=localhost:9997
>
> for sure is nicer ...
>
> Cheers!
>
> --
>
> 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]<google-web-toolkit%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>
>
>

--

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