28 Aug
2000
28 Aug
'00
4:14 p.m.
Hi, In a Zope folder, I have : - 1 instance of a personnal ZClass A - 10 or more instances of ZClass B - a DTML document I would like to call a DTML method (which is implemented in the ZClass A) from the DTML document to display a list of all instances names of ZClasse B If somebody know how to do that... Thanks for all
29 Aug
29 Aug
3:59 a.m.
New subject: [Zope] List of object's name in a ZClass
Vincent wrote:
Part 1.1 Type: Plain Text (text/plain) Encoding: 7bit
from your heirarchy ZClass B is contained in zclass A. and you're looking for contained instances which is easy. the dtml method in a (assuming a inherits from objectmanager) <ul> <dtml-in "objectIds(['ZCLASSB_METATYPE'])"> <li><dtml-var sequence-item></li> </dtml-in> <ul>
9351
Age (days ago)
9352
Last active (days ago)
1 comments
2 participants
participants (2)
-
Kapil Thangavelu -
Vincent