You can define a private static variable to hold your data in your widget. When users click a link, you can load data from server because this variable is null and assign data to this variable. When users click the same link, you can use the same data to rende your widget.
Jim http://www.gwtorm.com http://code.google.com/p/dreamsource-orm/ On Jul 10, 9:19 am, zujee <[email protected]> wrote: > Hi , > I have so many pages in my application which is loading bulk amount of > data, which is time consuming. How can I restrict to load the same > page again, if the user click on it twise. > Example code might help me more . > thanks > zuje --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
