On 30 oct, 08:49, Muhannad <[EMAIL PROTECTED]> wrote: > Hi, > > 1. I need a way to reload the module depending on Button.OnClick(), > there is no communication with the server. Do I need to put that > button on a FormPanel or is there another method to do that?
Window.Location.reload(); > 2. I need to differentiate the actions executed depending whether it's > the first load of the module or second, third... loads, any ideas > please? Apart from using cookies? (or passing in a counter in the query- string: Window.Location.assign(...)) (I'm really wondering what use case you have to need reloading your module *and* get a hint about the reload count) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
