On Sep4, 8:27am, weheh <[email protected]> wrote: > That isn't the issue, Richard. The issue is that if you submit and > then hit the browser's refresh button, it shouldn't resubmit the form, > which would be a double submission. When a single form is employed, I > believe the session contains a variable that is compared against a > hidden field in the form to prevent the form from being resubmitted. > However, the doc implies that this mechanism doesn't work with a multi- > form page. However, MDP seems to be saying that it works. I'm asking > for clarification. Now that I have a chance to work on it, I'll test > it and let you know.
I am using multi forms in one page recently. In my case it happened that those forms are update forms, not create forms. So I assume even double submission won't cause damage. Don't know whether this is also your case, Weheh. Anyway, I am very interesting about your test result and/or Massimo's clarification. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---

