[ZPT] Re: Action

Tom Deprez tom.deprez@uz.kuleuven.ac.be
Wed, 19 Mar 2003 18:06:36 +0100


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.