Re: [Zope-dev] Editing an item stored inside a BTreeFolder

2008-11-30 Thread abhishek dastidar
OK, Since my object is just another object in the zodb. I can access the object via aq. I implemented methods to add and delete items in my OOBTree.That solved my problem for now. That was pretty obvious! Any suggestions? Regards, Abhi On 12/1/08, abhishek dastidar <[EMAIL PROTECTED]> wrote: > H

[Zope-dev] Editing an item stored inside a BTreeFolder

2008-11-30 Thread abhishek dastidar
Hi All, I have until now learnt how to play around with BTreeFolder2.I have one remaining doubt left.How do I edit an item that is stored inside a BtreeFolder2? I added my own OOBTree objects inside and I would like to manipulate the data inside the OOBTree. The only way I see is fetch the obj, de