[Zope] form question

2001-01-22 Thread Oliver Vecernik
Hi all, I'm a newbie to Zope and Python. Nevertheless I'd like to start with it. I'm designing an application gathering data with forms. Navigation should be done with Prev and Next buttons. As long as I'm not leaving the form data should be entered, processed and the *same* or another form

Re: [Zope] form question

2001-01-22 Thread Oliver Vecernik
"Farrell, Troy" wrote: Hmmm. Sounds like you need to start with a Forms tutorial: http://hotwired.lycos.com/webmonkey/99/30/index4a.html Then, the Smarter Forms tutorial: http://www.zope.org/Members/jules/smarterforms_html That's exactly what I was looking for. Thank's for the hint!

[Zope] http protocol

2001-01-26 Thread Oliver Vecernik
Hi all, I'd like to write an http client for an embedded system to get information from Zope. For debugging I want to see the traffic between the client and Zope (http protocol). How can this be achieved? Oliver ___ Zope maillist - [EMAIL

[Zope] RESPONSE.redirect

2001-01-29 Thread Oliver Vecernik
Hi all, I'd like to show a page and after a few seconds I'd like to redirect to another page. If I simply add !--#call "RESPONSE.redirect"-- it is done immediately. How can I achieve a delay of a couple of seconds? Oliver ___ Zope maillist - [EMAIL

Re: [Zope] RESPONSE.redirect

2001-01-29 Thread Oliver Vecernik
Max M wrote: From: [EMAIL PROTECTED] Oliver Vecernik I'd like to show a page and after a few seconds I'd like to redirect to another page. If I simply add !--#call "RESPONSE.redirect"-- it is done immediately. How can I achieve a delay of a couple of seconds? First you s

[Zope] CoreSessionTracking timeout

2001-01-30 Thread Oliver Vecernik
Hi, I am playing around with this great product and (nearly) all works as expected. This is exactly what I need for my application and you guys are saving a lot of time for me! Thank you. The only thing I don't understand is the timeout of session_data_manager. If I test the example given in