>From what you've posted it doesn't look like a valid URL. A query string, as far as I know, is a series of key=value pairs separated by &. You posted this:
http://127.0.0.1:8888/Dummy.html?debug¶m2&gwt.codesvr=127.0.0.1:9997 Which doesn't look correctly formed. Try this: http://127.0.0.1:8888/Dummy.html?debug=2¶m=2&gwt.codesvr=127.0.0.1:9997 -- 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.
