Wouldn't http://abc:8080/start.html?welcome be http://abc:8080/start.html#welcome and everything after "#" would be the token. The token being the place or place with params. I have not seen anything in gwt mvp that parses params. I've been doing it myself
David On Oct 19, 2:03 am, sridevi macherla <[email protected]> wrote: > Hi, > > I want to know the URL pattern in Activities & Places. I mean i am > wondering how to parse the string. > > 1.http://abc:8080/start.html?welcome > > Here welcome is new place. > > 2.http://abc:8080/start.html?welcome:&obj1=21&obj2=30 > > This was a new place with parameterized, but the tokenizer is separated with > : > > So how to parse this, any idea or thoughts and my assumptions are holding > correct. > > Thanks > Sri -- 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.
