Hey!

Just noticed a few of my robots go down.... if you consider the
following code:

for(com.google.wave.api.Event ev : bundle.getEvents()) {
    if(ev.getType() == EventType.FORM_BUTTON_CLICKED) {
        if(ev.getButtonName().equalsIgnoreCase("buttonName")) {
            //Do something
        }
    }
}

... the robot dies with a null pointer exception. Anyone else noticed
this behaviour?

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" 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-wave-api?hl=en.

Reply via email to