No there is no direct equivalent of Struts where you can use tokens to prevent double submits.
But you could disable the Submit button after user clicks it and enable it only after your processing is complete. - Sunit Katkar http://sunitkatkar.blogspot.com/ On Tue, Dec 28, 2010 at 12:24 PM, 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.
