Hi,

I reimplemented the simple console client in swing, and now i try to
create new wavelets in a existing wave. Can this be done with
ClientWaveView.createWavelet(...) method ?

I tried it this way:

WaveletData newWavelet = openWave.createWavelet(
                        
clientBackend.getIdGenerator().newConversationWaveletId() );

clientBackend.sendWaveletOperation( newWavelet,
                        new AddParticipant( clientBackend.getUserId() ) );

And it seems to work, but after restarting the client, only the root-
wavelet exits in this wave. The wavelet is not added to the wave.

Can anyone help me ?

Tobber

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