hi there
i create a wave, and add several blips to it (using the wave UI). in
the code, on a specific event (in my case it is onFormButtonClicked of
my Robot) i call:
Wavelet wavelet = e.getWavelet();
Map<String, Blip> blips = wavelet.getBlips();
and i was surprised to see that blips.size() returns only 1 blip.
is it reasonable?
any ideas?
thanks
ohad
p.s. i can work-around using getRootBlip().getChildBlips() etc etc but
it is very ugly...
--
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.