Dynamic Form--Potential purge cache?

bouncyinc at gmail.com bouncyinc at gmail.com
Tue Sep 22 11:52:46 EDT 2009


Personally that sounds like the data needs to be deliberately oveerittren in the form. That or the cache has to be cleared by a remote instruction. Unfortunately I know how to do neither :[

------Original Message------
From: Simon Forman <sajmikins at gmail.com>
To: <python-list at python.org>
Date: Tue, 22 Sep 2009 11:34:25 AM -0400
Subject: Re: Dynamic Form

On Tue, Sep 22, 2009 at 10:46 AM, Victor Subervi
<victorsubervi at gmail.com> wrote:
> Hi;
> I have a dynamic form in which I do the following:
> 1) Request two fields (company name, number of entries). That is sent back
> to the form.
> 2) If the two fields are not None, the form requests other data. That, too,
> is sent back to the form.
> 3) That new data is then entered into a MySQL table.
> The problem is, that when I go back to refresh the form, the data is
> re-entered into the table! How do I prevent that?
> TIA,
> Victor
>

First, this seems like it's not a python question, rather it's seems
to be about some web stuff.

Second, there's not enough information to tell you anything useful.
-- 
http://mail.python.org/mailman/listinfo/python-list




More information about the Python-list mailing list