Render as a SELECT(OPTION(...))
On Oct 20, 1: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!

