Re: form resubmit on refresh problem

2012-05-14 Thread jondykeman
Thanks so much. I looked into the documentation and that is exactly what I will use. I have two followup questions: 1) I have a main page that is a table of accounts where the user selects the account they want to edit. Currently the table is in a form and I just have the values of the

Re: form resubmit on refresh problem

2012-05-14 Thread Daniel Roseman
On Monday, 14 May 2012 02:39:53 UTC+1, jondykeman wrote: > > Hello, > > I have a form submission problem I can't seem to figure out a way around. > > Normally, once a form was submitted I would HttpResponseRedirect() to the > main page. > > However, there is something I can't seem to make work

form resubmit on refresh problem

2012-05-13 Thread jondykeman
Hello, I have a form submission problem I can't seem to figure out a way around. Normally, once a form was submitted I would HttpResponseRedirect() to the main page. However, there is something I can't seem to make work with this approach. The form is being completed/submitted in the