27 Jun
2001
27 Jun
'01
12:21 a.m.
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