Great! that works perfectly. However, it seems to have opened up
pandora's box of problems that I'm not able to solve. I've pinpointed
the problem now, and I'll summarize it below as follows, although
perhaps it deserves a new thread.

I have a custom form class that's called from a separate view file.
That form class has an init method, and it works perfectly when I
don't have to pass any parameters to that method. However, when I pass
in ANY parameter (so it's not a namespace issue) the form simply won't
submit. It'll load perfectly, but when I push 'submit', it just
reloads a new version of itself.
Do I need to change any of the code in the view method (other than
obviously passing the parameter in to the form) to reflect the
parameter change?
Thanks so much!
-Robert
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" 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-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to