Morning, folks. I have a question about setting the "select" inputs in
a form. I have a Form object with some ChoiceFields, and I would like
the user to be able to push a button to update the list content of the
ChoiceFields. I tried assigning the new lists to my form's
ChoiceFields (in the view, via a class function), then returning the
form and the template with render_to_response. That just gives me the
same form, though. Perhaps I need to set the Form object's fields
directly, instead of setting the original variable in the form's
class?

Is there a way to change Fields in a bound form like this, or should I
just be using Javascript?

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to