Re: firing httprequest multiple times
Hi Jens,
i have veryfied your suggestion, the logging statement, which is there
in onResponseReceived() gets logged multiple times but the statement
in addClickHandler() gets logged only once.
Thanks
karun
On Dec 23, 6:26 am, Jens <jens.nehlme...@gmail.com> wrote:
> 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 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.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home