Re: [Zope3-Users] HTTP Post Request Handling

2005-07-16 Thread Gary Poster
On Jul 16, 2005, at 8:10 PM, John Smith wrote: Dear All, I hope I have the right mailing list. Perhaps someone can help me with a fairly basic question. When I used Zope 2, I used the following idiom for form submission. Send http POST to Script(Python) or External Method, which would then r

[Zope3-Users] HTTP Post Request Handling

2005-07-16 Thread John Smith
Dear All, I hope I have the right mailing list. Perhaps someone can help me with a fairly basic question. When I used Zope 2, I used the following idiom for form submission. Send http POST to Script(Python) or External Method, which would then return a ZPT like this: return context.myZPT(arg1=xy