def multiselect_widget(f,v):
    import uuid
    d_id = "multiselect-" + str(uuid.uuid4())[:8]

On May 9, 9:58 pm, Massimo Di Pierro <massimo.dipie...@gmail.com>
wrote:
> Please post the relevant code so we can reproduce the problem.
>
> On May 9, 5:47 pm, mart <msenecal...@gmail.com> 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 web2pyslices.
>
> > Anybody know of a work around? My only idea is to have a selectable
> > "update/no_update" to toggle back and forth... but that's probably not
> > the best solution ;)
>
> > Thanks,
> > Mart :)

Reply via email to