[Zope] Form-Submit
Dieter Maurer
dieter@handshake.de
Fri, 16 Mar 2001 21:02:40 +0100 (CET)
Axel Missbach writes:
> Manuelly calling
>
> <dtml-var "main.sub.detail.formular">(which is the content of address)
> works fine.
>
> Changing the address in "main/sub/detail/formular", doesn't change the
> behavior.
>
> Please tell me how to handle this.
"restrictedTraverse" (--> Zope API -> ObjectManagerItem)
will help you.
It will directly work the the "a/b" form.
If you have the "a.b" form, you would "_.string.split(path,'.')"
it.
Dieter