How to use a variable in a <dtml-with > statement
Stimulated by the quick reply on my previous question the next: Situation is an object tree like this main-\ \- 01 \- 02 \- 03 \- 04
From a method in main I would like to refer to one of its subdirectories dependend on the value of a variable. I can't find the right syntax for the <dtml-with > statement.
Thanks for helping me out. -- Lucas Hofman
on 11. januar 2000 Lucas Hofman wrote : LH> Stimulated by the quick reply on my previous question the next: LH> Situation is an object tree like this LH> main-\ LH> \- 01 LH> \- 02 LH> \- 03 LH> \- 04
From a method in main I would like to refer to one of its subdirectories LH> dependend on the value of a variable. I can't find the right syntax for LH> the <dtml-with > statement.
LH> Thanks for helping me out. try (untested) <dtml-with "_[variablename]"> -- Geir B Hansen web-developer/designer geirh@funcom.com http://www.funcom.com
participants (2)
-
Geir B Hansen -
Lucas Hofman