Hi, I am trying to get data from a form, and I am using the REQUEST variable. When i simple do <dtml-var REQUEST> it prints out all of the variables i have access to. When i try getting to a single one such as <dtml-var REQUEST['foo']> i get a KeyError (and foo was one of the variables listed when i simply printed REQUEST). Error Type: KeyError Error Value: REQUEST['foo'] thanks, - Lex Berezhny