Yes, it's a reported regression:
http://code.google.com/p/google-wave-resources/issues/detail?id=636

On Fri, Feb 5, 2010 at 7:27 AM, Thomas Beverley
<tom.beverley...@googlemail.com> wrote:
> 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 google-wave-...@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-wave-api+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-wave-api?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Wave API" group.
To post to this group, send email to google-wave-...@googlegroups.com.
To unsubscribe from this group, send email to 
google-wave-api+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-wave-api?hl=en.

Reply via email to