#3218: [patch] django.contrib.formtools.wizard proposal
-----------------------------------------------+----------------------------
 Reporter:  Honza Král <[EMAIL PROTECTED]>  |        Owner:  adrian
     Type:  enhancement                        |       Status:  new   
 Priority:  normal                             |    Milestone:        
Component:  django.contrib.formtools           |      Version:  SVN   
 Severity:  normal                             |   Resolution:        
 Keywords:  newforms wizard                    |  
-----------------------------------------------+----------------------------
Comment (by Jannis Leidel <[EMAIL PROTECTED]>):

 thanks for the initial data function.. [[BR]]
 unfortunately I don't understand how to use it. could you give a small
 example like you did on the maillinglist?
 
 regarding the navigational functionality with "back"- and "next"-form
 submit inputs:
 
 I try to lower self.step within a subclass method "parse_params" by
 finding out if request.POST.get("navigation") is set (submit input html
 tag with the name "navigation") and decreasing self.step by 1. strangely
 it will just work if I decrease by 2 which then breaks the parsing of the
 template when I want to jump back to form 0 because it wants template
 wizard-1.html and not wizard0.html. I'm sure this is just an
 misunderstanding on my side. could you explain a little more?

-- 
Ticket URL: <http://code.djangoproject.com/ticket/3218#comment:>
Django <http://code.djangoproject.org/>
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to