[Zope] Form processing in Zope

Phil Harris phil.harris@zope.co.uk
Fri, 30 Mar 2001 11:38:47 +0100


Zope works exactly that way.

It creates entries into the REQUEST variable, which by the wonders of
namespaces/acquisition can be used in the current namespace.

So in your example doing <dtml-var Name> will put the value of the Name form
entry into your html output.

hth

Phil


----- Original Message -----
From: "Gitte Wange" <gitte@mmmanager.org>
To: <zope@zope.org>
Sent: Friday, March 30, 2001 11:17 AM
Subject: [Zope] Form processing in Zope


> Hello,
>
> I have now found out that my problem isn't just a select box in Zope,
> but it is all form processing.
>
> I am mostly a PHP programmer so I am used to when you make a text field
> in a form named e.g. Name it will (when you have hit the submit button
> and the script you have set as actionscript receives the form) be
> declared as a variable named Name.
>
> But I guess Zope doesn't work this way.
>
> So how does a dtml document recieve the fields in a form ?
>
> Regards,
>
> --
> ************************
> Gitte Wange Jensen
>
> System Squid Developer
> MMManager Aps
> +45 29 72 79 72
>
> gitte@mmmanager.org
> ************************
>
>
> _______________________________________________
> Zope maillist  -  Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://lists.zope.org/mailman/listinfo/zope-announce
>  http://lists.zope.org/mailman/listinfo/zope-dev )