OK, Well, that might indicate that you should redesign slightly so that you only set it once :-) Re-initialising a number of times would suggest that there is a better design somewhere - not always possible or practicable, I know if you have an existing system.
Or maybe you could save the token somewhere and only write it out when the page is set up. *But*... if you write *exactly* the same token multiple times one after the other, you should only get one history entry Ian http://examples.roughian.com 2008/10/30 Charan <[EMAIL PROTECTED]> > > hi Ian, > Thanks for your quick reply. > Actually what i need is i am storing the History tokens using > newItem(token) ,sometimes i am re intializing some part of code > several times where i am adding same token multiple times. > when i go back to that page it is having four tokens with the same > which i don't want. > > On Oct 30, 4:33 pm, "Ian Bambury" <[EMAIL PROTECTED]> wrote: > > History is a function of the browser. > > If you could clear the history, you could stop people going back to the > page > > they came from. > > > > Browsers tend to view this as not desirable. > > > > Ian > > > > http://examples.roughian.com > > > > 2008/10/30 Charan <[EMAIL PROTECTED]> > > > > > > > > > How to clear the tokens in History class , i didn't find any > > > removeToken/tokens methods in History class > > > > > can i know is there is any way to clear tokens in history > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
