14 May
2000
14 May
'00
12:14 a.m.
<dtml-var REQUEST.foo> doesnt work, i think it has something to do with aquisition..? This problem only occured recently, and i tried backtracking to see what I did but cant see to find the problem... the REQUEST variable simply doesnt work, the form passing works because is can still do <dtml-var foo>, but i would like to find out what happend... any suggestions?
try <dtml-var "REQUEST.foo"> you are missing the quotes. look at my example, cut and paste it into a DTML Method called aMethod and run it. ~runyaga