AFAIK, this cant be done with GWT Places. GWT places can only understand whatever comes after '#' sign in URL.
Check the HelloPlace class in hellpmvp tutorial available in GWT docs page. That will give you an idea on how to add parameters to Place. If you really want to access/change the params in URL, then one way of doing is using http://google-web-toolkit.googlecode.com/svn/javadoc/latest/com/google/gwt/user/client/Window.Location.html -Prakash M. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/lr80vtRSMrIJ. 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.
