--On 20. Juli 2006 20:48:16 +0200 Tino Wildenhain <[EMAIL PROTECTED]> wrote:

 return
 self.context.REQUEST.RESPONSE.redirect(some_url_plus_query_string)

valid but very ugly. Why not just return the result of the call of a
template?

You might be interested have the original page under the original URL.
So a redirection is fine.


e.g. return self.zpt_or_whatever_template()

Or do all the form work in a python script anyway, which calls
the external method when everything looks ok and returns
with the template as above.


THis also work...depends on your usecase and requirements

-aj

Attachment: pgpRqvlSRhwzV.pgp
Description: PGP signature

_______________________________________________
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to