Hi-

Just wanted to point out what I think is an error in the Event Handler
documentation sample code.

page:
http://code.google.com/docreader/?p=google-web-toolkit-doc-1-6&s=google-web-toolkit-doc-1-6&t=ReleaseNotes_1_6#p=google-web-toolkit-doc-1-6&s=google-web-toolkit-doc-1-6&t=DevGuideEventsAndHandlers

code (second example):
Widget sender = (Widget) click.getSource();

should be:
Widget sender = (Widget) event.getSource();


-zak

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to