Thursday, December 22, 2011

Re: firing httprequest multiple times

If you only click once but your code gets executed twice, then you have added two ClickHandler accidently. Probably the method that contains hyperlink.addClickHandler() gets called twice. Put a logging statement before hyperlink.addClickHandler() to see if you accidently attach more than one handler.

-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/VH9Y6quF_9cJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.

No comments:

Post a Comment