Re: GWT 2.0 - startupUrl field

2009-12-02 Thread Andrey
But what if I have two .html pages: index.html - the gwt entry page and error.html - for servlet errors like 404. Plugin may erroneously choose error.html as a start page. It is not difficult to set -startupUrl of course, but it would be more conveinent to have a field for a main page. On 30 ноя,

Re: GWT 2.0 - startupUrl field

2009-11-30 Thread Rajeev Dayal
Previously, specifying the startupURL would cause the Hosted Browser to open up and navigate to this address by default. With the new Development Mode, the Development Mode debugging session is started by having the user enter the URL in their (real) brower's address bar. So, the startupURL is real

Re: GWT 2.0 - startupUrl field

2009-11-28 Thread Filipe Sousa
On Nov 28, 11:03 am, Andrey wrote: > Hello! > > Why is startupUrl field removed from run configuration in RC2? > For example, I use a servlet as a main page, GWT plugin obviously > cannot determine the servlet's url itself and gives me incorrect url > by default. > Now I need to set -startupUrl in

GWT 2.0 - startupUrl field

2009-11-28 Thread Andrey
Hello! Why is startupUrl field removed from run configuration in RC2? For example, I use a servlet as a main page, GWT plugin obviously cannot determine the servlet's url itself and gives me incorrect url by default. Now I need to set -startupUrl in program arguments. It would be better if your r