[web2py] Re: can not update table that has multi-select widget

2011-05-10 Thread mart
Hi Massimo, so, I'm not sure what's the most relevant, so i'm posting what seems to be relevant (unless I missed something) The code for the widget is straight out of slices, so even I can't break a copy & paste (or, unlikely to ;) ) which is in the model. def multiselect_widget(f,v): import

[web2py] Re: can not update table that has multi-select widget

2011-05-10 Thread mart
def multiselect_widget(f,v): import uuid d_id = "multiselect-" + str(uuid.uuid4())[:8] On May 9, 9:58 pm, Massimo Di Pierro wrote: > Please post the relevant code so we can reproduce the problem. > > On May 9, 5:47 pm, mart wrote: > > > > > > > > > Hi > > > seems, I can not update t

[web2py] Re: can not update table that has multi-select widget

2011-05-09 Thread Massimo Di Pierro
Please post the relevant code so we can reproduce the problem. On May 9, 5:47 pm, mart wrote: > Hi > > seems, I can not update table that has multi-select widgetas one of > the fields unless that is specifically updated... . I'm using the > audit trail code and multi-select widget, both  from web