RE: [Zope] My own alternative interface WHOOPS that got mangled

2001-01-07 Thread Max M

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 )




Re: [Zope] My own alternative interface WHOOPS that got mangled

2001-01-07 Thread Tim Cook

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.

___
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 )