Re: [Google Wave APIs] Cannot walk up Parent chain in Java

2009-11-18 Thread Vikram Dhillon
Hi, To me this seems like there are some inheritance issues going on. This stops with currentBlip being exactly 1 parent above bottomBlip. Every time. This is why I think its inheriting from a previous class or some properties of the object are being altered. Correct me if I am wrong. --

[Google Wave APIs] Cannot walk up Parent chain in Java

2009-11-16 Thread Olreich
The Java API has the Blip.getParent() function. When this is called, the returned blip does not have the ability to getParent() again it seems. or, at the least, one cannot continue walking without hitting null on the second trial. The same rings true when using isParentAvailable() to check for