My own alternative interface to a propertysheet in a zClass gets redirected to the original interface
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. Do I have to make a new page to avoid it? something like: I thought i could just set: <input type=hidden name=DestinationURL value=edit> in the alternative form. <dtml-call "REQUEST.set('DestinationURL','edit')"> <dtml-call manage_editProperties(REQUEST)> Regards Max m Max M. W. Rasmussen, Denmark. New Media Director private: maxmcorp@worldonline.dk work: maxm@normik.dk ----------------------------------------------------- Specialization is for insects. - Robert A. Heinlein
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: maxmcorp@worldonline.dk work: maxm@normik.dk ----------------------------------------------------- Specialization is for insects. - Robert A. Heinlein
Max M wrote:
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?
Mukhsein's excellent Job Board HowTo was the resource I first used to solve that problem. http://www.zope.org/Members/mukhsein/job_board_howto HTH, -- Tim Cook, President -- Free Practice Management,Inc. | http://www.FreePM.com Office: (901) 884-4126 Censorship: The reaction of the ignorant to freedom.
participants (2)
-
Max M -
Tim Cook