Re: [Zope] RESPONSE.redirect not working

2006-05-23 Thread Andrew Hedges
Actually, that is exactly what is happening. It's the current URL with the contents of login_html rendered. I changed it to the following and it worked: Thanks again for your help! -Andrew On May 23, 2006, at 5/23/2006 5:02 PMMDT, Jo Meder wrote: Am 24.05.2006, 00:57 Uhr

Re: [Zope] RESPONSE.redirect not working

2006-05-23 Thread Andrew Hedges
Jo, THANK YOU! This worked (with a slight change to the dtml-return): I *thought* I had seen redirect work as I had had it before, but maybe I misunderstood what was happening. In any case, many thanks! -Andrew On May 23, 2006, at 5/23/2006 4:46 PMMDT, Jo Meder wrote: Hi th

Re: [Zope] RESPONSE.redirect not working

2006-05-23 Thread Jo Meder
Am 24.05.2006, 00:24 Uhr schriebte Andrew Hedges <[EMAIL PROTECTED]>: > I'm at my wit's end. Any help is appreciated. Yes, I have worn > Google out trying to figure this out. > > In my (yeah, yeah, I know) DTML method, I have structured things like > so: > > <-- a Python script

Re: [Zope] RESPONSE.redirect not working

2006-05-23 Thread Jens Vagelpohl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23 May 2006, at 23:24, Andrew Hedges wrote: Here are the contents of the response object: HTTP/1.1 302 Moved Temporarily Server: Zope/(Zope 2.9.2-, python 2.4.2, darwin) ZServer/1.1 Date: Tue, 23 May 2006 22:05:51 GMT Content-Length:

[Zope] RESPONSE.redirect not working

2006-05-23 Thread Andrew Hedges
I'm at my wit's end. Any help is appreciated. Yes, I have worn Google out trying to figure this out. In my (yeah, yeah, I know) DTML method, I have structured things like so: <-- a Python script that checks whether the user is allowed to see the page <-- header include ...

RE: [Zope] response.redirect not working

2005-05-20 Thread Artūras
e expected behavior :) Thank you all for your support and ideas :) ArtÅras -Original Message- From: Jo Meder [mailto:[EMAIL PROTECTED] Sent: 2005 m. geguÅÄs 21 d. 00:10 To: Art??ras Subject: Re: [Zope] response.redirect not working Am 20.05.2005, 22:45 Uhr schrÃhb Art??r

Re: [Zope] response.redirect not working

2005-05-20 Thread David H
ArtÅras wrote: Hello, I have a web page, a form on it, and on form submit action (to the same page) I do some database actions (update some record, to be correct). The exact code looks like this (filename edit_html): . (1) (2) Saved. (3) . On #1 line I check if form variab

Re: [Zope] response.redirect not working

2005-05-20 Thread Paul Winkler
On Fri, May 20, 2005 at 11:45:58PM +0300, Art??ras wrote: > The problem is on line #2. According to what's written, zope should > drop everything and do immediate redirect to page index_html (ok, it's > not where the first error appeared, I just managed to generate this > error as the most clearest

[Zope] response.redirect not working

2005-05-20 Thread Artūras
Hello, I have a web page, a form on it, and on form submit action (to the same page) I do some database actions (update some record, to be correct). The exact code looks like this (filename edit_html): . (1) (2) Saved. (3) . On #1 line I check if form variable is

Re: [Zope] RESPONSE.redirect

2001-01-30 Thread Ragnar Beer
It's a html meta-tag that does the trick, not http. Look at http://www.geocities.com/siliconvalley/campus/1924/metacom.html. HTH Ragnar >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 it is >done immediately. How can I achieve

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 it is > >done immediately. How can I achieve a delay of a couple of seconds? > > First you should send the page you want to sho

RE: [Zope] RESPONSE.redirect

2001-01-29 Thread Max M
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 it is >done immediately. How can I achieve a delay of a couple of seconds? First you should send the page you want to show, then you should redirect to

Re: [Zope] RESPONSE.redirect

2001-01-29 Thread ender
On Monday 29 January 2001 09:14, Oliver Vecernik wrote: > 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 it is > done immediately. How can I achieve a delay of a couple of seconds? > > Oliver > meta refresh in your headers sho

[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 it is done immediately. How can I achieve a delay of a couple of seconds? Oliver ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.o

Re: [Zope] Response.redirect problem **sometimes** on netscape

2000-12-13 Thread Dieter Maurer
Didier Georgieff writes: > > > > In IE5 works fine, but NO REDIRECT on Netscape 4.51 (blank page and > the post data still there), while the RESPONSE.redirect **works** on other > occasions with N4.51. I use Shane's "tcpwatch" (--> zope.org) to analyse such problems. Dieter

[Zope] Response.redirect problem **sometimes** on netscape

2000-12-13 Thread Didier Georgieff
Hello, I'm doing a form for deleting objects within our site design (no manage interface). All goes well, with a FORM . [ we create the ids:list here] myDelete method does also the redirect on the calling page. In IE5 works fine, but NO REDIRECT on Netscape 4.51 (blank page and

[Zope] RESPONSE.redirect and frames

2000-06-28 Thread urs.beyeler
hello .. is there a possibilty to use RESPONSE.redirect using frames and targets? ... thnx ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zop