[Zope] Problem with calling methods
Nikel, Ernst-Dieter
Ernst-Dieter.Nikel@friatec.de
Thu, 12 Jun 2003 11:03:03 +0200
Hi everyone,
I have the following problem:
For example consider the code:
<dtml-in "test.ba.objectValues()">
<dtml-var id>
</dtml-in>
This gives the ids in the folder test/ba.
My problem is that in my applcation I get the path like "test/ba" in the
example through a REQUEST. The script
<dtml-in "_[tt].ba.objectValues()">
<dtml-var id>
</dtml-in>
works if the variable "tt" contains the value "test". But I don't have found
a possibility to call the method if the given path (or better the relevant
part of the path) contains more than one folder.
The code
<dtml-in "_[tt].objectValues()">
<dtml-var id>
</dtml-in>
don't works if the variable "tt" contains "test.ba".
Thank you in advance for your help.
Regards
Ernst-Dieter