I am a bit lost in this thread... if there is a | in the code something is wrong. Make sure you have the latest web2py_ajax.html and there is a default widget for list:string.
On Oct 20, 12:12 am, Chris <[email protected]> wrote: > I'm trying to make an HTML widget that saves its data as a > list:string. > > Currently I'm using a hidden control and saving data joined by '|', > like 'M|T|W', but that only appears to work in displaying the data, > not when saving the data back to DB. > > How should I render the control so it saves back to DB properly? > > Thanks!

