[Zope] Evaluating a variable that contains a method

Tommy Johnson tommy@7x.com
Tue, 26 Jun 2001 16:21:52 -0800


I should explain how I got methodA. Basically I concatentated two strings to
form 'methodA'. Here's the code:

<dtml-let var1="'method'" var2="'A'" myVariable="var1 + var2">
    <dtml-var expr="myVariable">
</dtml-let>


When run, this returns the string 'methodA', and NOT the text within the
method 'methodA'.

I believe this clearly defines the question I previously posted.

Thanks in advance,
Tommy