[Zope-DB] Help needed with multi-table insert form
Martin Gebert
Murphy@members.netsolution-net.de
Wed, 22 Jan 2003 20:11:51 +0100
Norman Khine wrote:
> and resellerAdd.dtml DTML Method, which contains the following:
>
> <dtml-call sql_INSERT_form>
> <h2>Customer <dtml-var name="business_name"> was added.</h2>
>
> everytime i add submit, the server returns nothing .....
Well, you have to pass the form parameters (available via the REQUEST
object) to your SQL Method. You should use a Python script for that;
please read the appropriate chapter in the Zope book for that...
Martin