Re: Problems posting with urlencode

2005-10-02 Thread Steve Holden
Fredrik Lundh wrote: > Joseph Chase wrote: > > >>When I go and view the inserted record, the record exists, but the field >>values are null. It is my thinking that the backend needs the "id" value >>for each input value; how do I add that data to the urlencode() call? > > > since the id isn't

Re: Problems posting with urlencode

2005-10-02 Thread Fredrik Lundh
Joseph Chase wrote: > When I go and view the inserted record, the record exists, but the field > values are null. It is my thinking that the backend needs the "id" value > for each input value; how do I add that data to the urlencode() call? since the id isn't part of the form data set: htt

Problems posting with urlencode

2005-10-02 Thread Joseph Chase
I have the following form : Created User Auction title Auction url Modification rec State I post the form data with the following calls: params = urllib.urlencode({"auction[user]" :user, "auction[auction_title]": auction_title,"auction[auction_url]": auction_url, "auction[modificatio