Storing list as object attributes
Is it possible to store a list as attributes to DTML Document? I have an application which I need to store a list of 0 to 7 persons who sign the letters. Because the name take various forms in various place and they contain both chinese name and western forms which I would like to have store the reference instead of the name in the list. I intend to have persons as DTML Document with attributes representing their names. In the letter object, (a DTML document also), I would like to have an attribute to store the list who sign it. How can I do this? Rgs, Kent Sin __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/
[Zope] Storing list as object attributesmy swap file is always reaching its 1GB limit with zope. is there a way to fix this? is the undo option related to this? thanks. Fritz Mesedilla Systems Administrator Summit Interactive, Inc. FHM | Seventeen | Candy | Cosmopolitan | Preview | Good Housekeeping femalenetwork.com | candymag.com | fhm.com.ph | cosmo.com.ph Palm Pilot Software: TVSked - Download from the link below ---------------------------------------------------------------------------- http://contemplation401.tripod.com +Basta Ikaw Lord -----Original Message----- From: kent sin [mailto:kentsin@yahoo.com] Sent: Thursday, June 21, 2001 3:27 PM To: zope@zope.org Subject: [Zope] Storing list as object attributes Is it possible to store a list as attributes to DTML Document? I have an application which I need to store a list of 0 to 7 persons who sign the letters. Because the name take various forms in various place and they contain both chinese name and western forms which I would like to have store the reference instead of the name in the list. I intend to have persons as DTML Document with attributes representing their names. In the letter object, (a DTML document also), I would like to have an attribute to store the list who sign it. How can I do this? Rgs, Kent Sin __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
kent sin writes:
Is it possible to store a list as attributes to DTML Document? Yes. The corresponding property types are "tokens" (white space separated lists) and "lines" (newline separated lists).
That said, they can not hold arbitrary list but only list of strings that do not contain the separator. Dieter
participants (3)
-
Dieter Maurer -
Fritz Mesedilla -
kent sin