Re: multiplehiddeninput assigning to list

2007-12-12 Thread Milan Andric
Nevermind this one.. I just switched when I assign my request.session['foo'] value to the GET instead of the POST, seems to work fine. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to t

multiplehiddeninput assigning to list

2007-12-12 Thread Milan Andric
Hello, I ran into a problem recently (after updating to latest svn) where I'm assigning a list to a widgets.MultipleHiddenInput field but the list is rendered as a string in the html form. How do I assign a list to a multipleinput form field so it's rendered appropriately? The problem is exhib