Chris Withers wrote:
> 
> Why I'm asking is 'cos it'd be really nice not to have to keep
> re-writing UI when there's perfectly good stuff available in the
> management interface, things like add forms, edit forms, etc...
> 
> However, if you call these from anywhere else, they dump you in the
> management interface when you're finished rather than going to where you
> want them to.
> 
> Any ideas or am I missing the point?

Silly idea: Write a wrapper that you put around the RESPONSE object that
does its own thing when it is told to redirect. You might have to wrap
the REQUEST object too, so that it returns a wrapped RESPONSE object.

--
Steve Alexander
Software Engineer
Cat-Box limited
http://www.cat-box.net

_______________________________________________
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )

Reply via email to