Okay,
Found out that you've to use:
<form name="search" action=""
tal:attributes="action request/URL1" method="POST">
instead of:
<form name="search" action="" method="POST">
Otherwise, no method will be called.
Thanks for the help everybody. Boy, do I need to relearn a lot :-(.
Tom.