On Dec 4, 2010, at 12:09 AM, Bruno Busco wrote: > Hi, > I am looking for a way to automatically populate a list form from a map. > Basically I would need something like a "auto-fields-list" tag that would > work in a similar way to auto-fields-entity and auto-fields-service but > taking fields information from the form list and not from a service or an > entity. > > Does this make sense?
It makes a lot of sense to me and it is something I also considered in the past; this could also be used to reimplement with widgets the "entity data maintenance" screens of the webtools. Implementing this is a bit tricky because the model of a form is loaded (and cached) the first time it is used (i.e. it is assumed to be "static") while the new enhancement will make the definition dynamic. Kind regards, Jacopo > > Thank you, > Bruno
