This is waht i meant
When I make an alternate interface to my properties for a zClass and it then
calls manage_editProperties, manage_editProperties redirects me to the
original properties page. How can I avoid that?
"edit" is the alternative interface dtml method.
I thought i could just set: <input type=hidden name=DestinationURL
value=edit> in the alternative form.
Do I have to make a new page to avoid it? something like:
<dtml-call "REQUEST.set('DestinationURL','edit')">
<dtml-call manage_editProperties(REQUEST)>
Regards Max m
Max M. W. Rasmussen, Denmark. New Media Director
private: [EMAIL PROTECTED] work: [EMAIL PROTECTED]
-----------------------------------------------------
Specialization is for insects. - Robert A. Heinlein
_______________________________________________
Zope maillist - [EMAIL PROTECTED]
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 )