Re: post variable

2008-01-28 Thread Gabriel Genellina
En Mon, 28 Jan 2008 19:32:45 -0200, [EMAIL PROTECTED] <[EMAIL PROTECTED]> escribió: > 1. yes i've tried that technique but its annoying, the user can easily > stop the redirection and not "elegant". > > 2. yes i'm aware of that, however what i've mentioned above is just an > example, it's actual

Re: post variable

2008-01-28 Thread [EMAIL PROTECTED]
On 28 jan, 22:32, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 1. yes i've tried that technique but its annoying, the user can easily > stop the redirection and not "elegant". It's a very canonical technique with HTTP (at least after a successful POST). But I suspect you're not doing it the ri

Re: post variable

2008-01-28 Thread [EMAIL PROTECTED]
1. yes i've tried that technique but its annoying, the user can easily stop the redirection and not "elegant". 2. yes i'm aware of that, however what i've mentioned above is just an example, it's actually way more serious. guess i'll have to bare with it. -- http://mail.python.org/mailman/listin

Re: post variable

2008-01-28 Thread Hrvoje Niksic
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > so the output is always the POST retrieven at first. So the page > keeps on printing the POST variable retrieven at first even thought > i might have reloaded the page 1000 times. Is there any way to > "empty"

Re: post variable

2008-01-28 Thread Diez B. Roggisch
[EMAIL PROTECTED] schrieb: > sorry for creating a new post but this is totally different from the > previous one. > > Here is the problem (which is very hard to explain, so i will use a > paradigm): i submit a form and the post variable is being sent to the > page test.py

post variable

2008-01-28 Thread [EMAIL PROTECTED]
sorry for creating a new post but this is totally different from the previous one. Here is the problem (which is very hard to explain, so i will use a paradigm): i submit a form and the post variable is being sent to the page test.py. then the test.py retrieves the POST and print it to the page