[Zope] redirect - FORGET what I asked

Tom Deprez tom.deprez@village.uunet.be
Sun, 17 Jun 2001 22:08:15 +0200


Sorry, just after writing my q'n concerning redirect in a python script, my
light went on tried it out and that worked, yes!

Well, the solution is simple... (if you want to know)

context.sql_methods.products_delete(aID=context.REQUEST['aID'])
url=context.REQUEST.URL1
context.REQUEST.RESPONSE.redirect(url, lock=0)

Regards, Tom.