[Zope] parameters do not pass from form?

WER3w0LF rfc822 at polspam.info
Sat Oct 12 17:34:57 EDT 2002


I installed ZOPE 2.5.1 for Win32 and I cannot receive parameters from
my form file as the following.

file testForm:
-------------
<dtml-var standard_html_header>
<form action="testAction" method="post">
<input type="text" name="parametr" />
<input type="submit" />
</form>
<dtml-var standard_html_footer>

file testAction:
-------------
<span tal:replace parametr>blah</span>

Whatever I write down as parametr in my form I receive only "blah".
Why my testAction cannot see variables from testForm?

-- 
Wer3W0lf
werewolf at nospamxl.wp.pl
delete word nospam



More information about the Python-list mailing list