I've recently discovered FormWizard -- trying to replace my own "Wizard" 
in some code.

I've got the following flow -- roughly :
    1) authentication info (username/password)
    2) use auth info to get a list of things -- present list in choice 
field...
    3) given that choice, present another list -- technically optionally 
[there might be only one choice]

The problem is that FormWizard creates a new object everytime you call 
get_form(), so the ability to populate the choices field in step #2 is 
defeated. 

has anybody worked around this problem,  or did I miss something?

--koblas

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to