[Zope] tales expressions issue

Dieter Maurer dieter@handshake.de
Fri, 27 Dec 2002 20:35:53 +0100


David Bear wrote at 2002-12-26 16:08 -0700:
 > I have a formulator form with 12 form objects -- some text boxes, some check boxes, etc.  There are 3 multicheckbox objects that want to populate with objects from a folder object.  Ergo, I have a multicheckbox objects called department, population, and institution.  I also have folder objects by the SAME name at the same level in the zope heirarchy as the formulator form.  I have a python script called listTitles also.
 > 
 > Now the strange thing happens when I use a python expression in to populate each of the above mention checkbox fields.  I use "python:form.department.listTitles()" to populatre the department formulator object.  It works.  I use "python:form.population()" to populate the populatio formulator object -- it does NOT work.  Same thing for institution.  
I see

  "python:form.department.listTitles()"		works
  "python:form.population()"			does not

For me, these are quite different....


Dieter