On Thursday, November 17, 2011 5:03:14 AM UTC+1, Bhavesh wrote: > > Hi, > I am using activity and places in my application and i need to pass > parameter from one place to another. So please provide me the solution > for the same. > > I am passing parameter using method and i am successfully able to > recevie the parameter. But when I refresh the same page the parameter > will lost. So please provide me the solution for the same...
You'll have to keep the information within your Place object, and serialize/deserialize it to/from the history token, in your PlaceTokenizer. Passing a value from one place to another then is about creating the new place with the same information you want to pass around. -- 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/-/f5KCg0igOtwJ. 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.
