Nested properties in Zope?

Tres Seaver tseaver at starbase.neosoft.com
Wed Sep 27 01:23:47 EDT 2000


In article <8qqfo8$1ba$1 at nnrp1.deja.com>,  <lheber at my-deja.com> wrote:
>I want to nest properties of a folder, e.g. something like:
>
>surname: "White"
>
>fullname: "Henry "+<dtml-var surname>
>
>Any suggestions?

1. Post Zope questions to the Zope list, zope at zope.org.

2. Think of "computed attributes" as methods, e.g., define a DTML
   method, 'fullname', with body::

	 <dtml-var givenname> <dtml-var surname>

Tres.
-- 
===============================================================
Tres Seaver                                tseaver at digicool.com
Digital Creations     "Zope Dealers"       http://www.zope.org



More information about the Python-list mailing list