#9200: Add a session based form wizard
-----------------------------------------------+----------------------------
Reporter: ddurham | Owner: nobody
Status: new | Milestone:
Component: django.contrib.formtools | Version: SVN
Resolution: | Keywords: session wizard
Stage: Design decision needed | Has_patch: 1
Needs_docs: 1 | Needs_tests: 1
Needs_better_patch: 0 |
-----------------------------------------------+----------------------------
Comment (by ddurham):
Each form page does have its own URL. Currently the URL has to be
something like r'^wizard/(?P<page0>\d+)/$' but it allows me to link
directly to /wizard/0/, /wizard/1/ and so forth. In fact, even if I had a
"back" button on the form that did nothing but go back, it should use a
GET rather than POSTing the form.
--
Ticket URL: <http://code.djangoproject.com/ticket/9200#comment:3>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django updates" 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/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---