On Feb 2, 3:03 am, Paddy Joy <paddy...@gmail.com> wrote: > I had a similar issue but never got to the bottom of it so I am > interested to know if you figured this out? > > In this bug (a similar issue to > yours)http://code.djangoproject.com/ticket/8808 > Jacob mentions that a workaround is to "instantiate the wizard in a > view function".
Thanks for the message Paddy. I didn't get to the bottom of my issue either. I did move the FormWizard instantiation to a view, however it did not correct the issue I was having. In retrospect, what I was trying to accomplish (a dynamic number of Question forms, each with a different question and possible set of answers) was best left out of the FormWizard. We've since made some design decisions for our application that opened up the use of 1 dynamic form. I did a ticket search prior to posting my issue, however I didn't see 8808. Thanks for sharing. Here the bit of code I'm using to generate my form/questions: http://dpaste.com/hold/153835/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.