[Zope-dev] [ZPT] Form validation and Zope object target
Sinclair
fred.duwez@freesurf.fr
Thu, 15 May 2003 22:20:09 +0200
Hi all,
I am a newbie on this newsgroup and this is my first question :
As I use embedded Zope objects to display a web pages, I have the following
problem : the standard use of <form action="myMethod"> don't work with
embedded form because the call occurs on the object father.
How can I code an ZPT form to call directly my form subobject ?
I know it's possible but I don't know how.
Thanks in advance.