Re: Two Dimentional Form Data Arrays

2009-02-22 Thread ajt111
In my above example It returns a dict with the key as "search[{{result.NAME}}] and the value as "{{result.CODE}}". This does not allow me to refer the the data that I want as "search". What I want to end with is a form element that when submitted, will produce a two dimentional dictionary object

Two Dimentional Form Data Arrays

2009-02-21 Thread ajt111
I want to create a multi-dimentional arry in a form element and convert that to a list of dicts. My form element looks like this: What I was hoping to have was an arry named search with a key of result.NAME and a value of result.CODE that looks like this: search [ NAME1=>CODE1 NAME2