On 12/7/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Yes, something along the lines of the wizard control in ASP.NET. > Ideally, nothing is committed to the db unless all the pages in the > wizard are validated. Whether this is done by capturing the > intermediate form data in the session or by rolling back a db > transaction, I'm not sure. DB transactions seem the natural way to do > it.
This would be a great addition. Rather than requiring sessions, what do you think of passing intermediate form data in hidden fields? It's simpler, it wouldn't require cookies and I can't immediately think of any downsides to the approach. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-developers?hl=en -~----------~----~----~----~------~----~------~--~---