I had a similar thought, and I think I have a solution, although I haven't tested it. Instead of having your form that creates the document call the 'manage_add...' method directly, have your form call another method. From that method, call the 'manage_add...' method in a <try><except></try> clause, and if the method succeeds, direct them directly to the index_html method of the new object. --sam Jonathan Cheyne wrote:
Hi all. I am hoping that users will upload their own contributions withuot having to come to terms with the management interface ... as such, is it possible to go directly to viewing a document once it's been added rather than the management interface for the folder in which it was added?
I have been playing around with the syntax for response.redirect etc but have not hit upon the solution.
Jonathan
_______________________________________________ Zope maillist - Zope@zope.org 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 )