One nice idea would be to bring a popup with a loading kinda image.. Since the popup is there the user will not be able to click anything and the popup would also server as a means to display loading.. The advantage here is, if ur page has lot many buttons, rather than making each button disabled and then enabling them back when the service call is completed, this will be a simple mechanism to achieve what you need.
In case u dont need the "loading" displayed, u can just use a blank popup!! Regards, W On Wed, Dec 29, 2010 at 1:54 AM, Srividhya Ramachandran <[email protected]>wrote: > How to avoid Double Submit in GWT? Is there a token concept like in > struts? > Thanks > > -- > 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]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- 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.
