[Zope] REQUEST Key Error
lexberezhny
lexberezhny@msn.com
Sat, 13 May 2000 20:56:22 -0400
Hi,
> 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.
thanks I finally realized that, but the thing that was messing me up is that
i was calling a "RESPONSE.redirect(some_url)" before i was getting the form
variables, and it seemed to be messing things up.... maybe it clears the
form variables, i dono... but anywasy thanks for you your help...
- Lex