Hi,
bobjs does not contains (or it sould not) deleted objets but it
replace them by null. So if you test bobjs.size() you will get the
number of objets deleted and not deleted and if you want just not
deleted objects you just have to test each object bobjs contains.
2007/12/26, André Pestana <andrepestana(a)gmail.com>om>:
Hello!
When it happens:
//
Vector bobjs = doc.getObjects("XWiki.CalendarEvent");
//
//(doc is a XWikiDocument)
bobjs contains even deleted objects. How could I get only not deleted
objects?
thanks in advance!
--
André Pestana
_______________________________________________
users mailing list
users(a)xwiki.org
http://lists.xwiki.org/mailman/listinfo/users
--
Thomas Mortagne