[Zope] ZSQL questions
   
    Thomas B. Passin
     
    tpassin@mitretek.org
       
    Tue, 14 May 2002 11:38:17 -0400
    
    
  
[McDonnell, Larry]>
> I tried your suggestion but this is the results..
>
> <form action="form_handler" method="POST">
> <dtml-call expr="input_test(REQUEST)">
>   <table width="75%" border="1">
>     <tr>
>       <td width="27%">Document Number:</td>
>       <td width="73%">
>         <input name="doc_num" size="30" value="">
>       </td>
>     </tr>
> .
> .
>
>
> Missing input variable, doc_num
>
> I know there must be a way but I am not seeing it. Thanks
>
Perhaps you did not declare the doc_num parameter in the zsql method
definition tab.  It's not enough to pass the parameter, it must be declared
as well.
Cheers,
Tom P