[Zope] REQUEST Key Error
alan runyan
alan runyan" <runyaga@thisbox.com
Sat, 13 May 2000 19:14:41 -0500
> <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