[Zope] Redirection Question

Tom Scheidt Tom Scheidt" <tom@falsemirror.com
Thu, 6 Apr 2000 11:02:25 -0500


Ive created a Product with this line:

<dtml-call "RESPONSE.redirect( DestinationURL() +'manage_main')">

To redirect the user back to the management screen of the document
he/she has created, but it don't work. Any ideas?

The full document:

<dtml-var standard_html_header>
<dtml-with "manage_clone(story_html,REQUEST['new_id'],REQUEST)">
<dtml-call "manage_changeProperties(title=REQUEST['new_headline'],
producer=REQUEST['new_producer'],
headline=REQUEST['new_headline'],
subhead=REQUEST['new_subhead'],
source=REQUEST['new_source'],
shortstory=REQUEST['new_shortstory'],
story=REQUEST['new_story'],
byline=REQUEST['new_byline'],
copy=REQUEST['new_copy'],
image=REQUEST['new_image'],
caption=REQUEST['new_caption'],
)">
</dtml-with>
<dtml-call "RESPONSE.redirect( DestinationURL() +'manage_main')">
Congratulations!
<dtml-var standard_html_footer>




*************************
Tom Scheidt
www.falsemirror.com
tom@falsemirror.com
*************************