On 1/19/06, Dan Jacob <[EMAIL PROTECTED]> wrote: > > I was also wondering about dynamic forms; for example, you have a set > of text fields in a table, and the number of text fields depends on > some dynamic value. For example, a shopping cart with a text field for > the quantity of each item. > > Perhaps one could create a DataGridForm widget ?
It seems reasonable to have a widget that can handle variable numbers of forms underneath and uses javascript to add/remove rows, finally returning some useful data on the other end. It probably wouldn't need the "Data" part of the name, though, because I'm guessing that it would just using a list of dictionaries or a list of attributes or something as its value. Kevin -- Kevin Dangoor Author of the Zesty News RSS newsreader email: [EMAIL PROTECTED] company: http://www.BlazingThings.com blog: http://www.BlueSkyOnMars.com

