On 5 jan, 17:41, Kees <[email protected]> wrote: > Hi there, > > I have a GWT 2.0 project and, when in production, this standalone app > will always be called with a parameter in the URL. Now for development > purposes I would like to always start the hosted mode (Jetty) with a > certain parameter in the URL. > > I know there was a field earlier called "startupUrl", but I can't seem > to get that working with 2.0 > > I'm also using maven and the gwt-maven-plugin to start everything... > which makes it even harder to get this working. > > Any ideas on how to add this parameter so that my hosted mode will > always start like this: > > http://localhost:port/app.html?PARAM=testing > > Thanks for any advise in advance!
-startupUrl app.html?PARAM=testing ? (though I don't know how to pass it to the DevMode with maven)
-- 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.
