On 3 déc, 14:50, Rumpole6 <[EMAIL PROTECTED]> wrote: > Hi all, > > At the end of my widgets run, I would like to have the widget reset > and for the main page (whose address is in the URL bar in the browser > to reload). I get this (apparent) action by hitting the reload icon of > the browser but I would like to do this under the control of the > widget, after the server ACKs the request. How can I do this?
Window.Location.reload() ? But how about refreshing your widget "by code", i.e. either updating parts that need to change or rebuilding a new widget instance "from scratch" and replace the current widget with the new one? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
