Try this (requires trunk)
if not session.d: session.d = {'name':'anonymous','age':99,'sports':[]}
def index():
form=SQLFORM.dictform(d).process()
if form.accepted: response.flash = 'session.d was updated'
return locals()
On Wednesday, 11 April 2012 08:37:07 UTC-5, villas wrote:
>
> >> form=SQLFORM.dictform(d)
>
> Is that something new?
>

