Hi,

I want to get the blip author inside BlipView. I've added a new method
to SimpleCcDocumentFactory and I call it from renderBlip in WaveView.
But the Blip I got has "nobody" value in author field.

Do you know how to fix it? Or may be to get it in different way?

10x

public Blip getBlip(WaveletId waveletId,String blipId) {
      if(view.getWavelet(waveletId).getOpBasedWavelet() == null) {
          //no such wavelet
          return null;
      }
      Blip blip =
view.getWavelet(waveletId).getOpBasedWavelet().getBlip(blipId);
      return blip;
  }

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

Reply via email to