sorry Richard, I do not fully understand the problem. Please list a number of steps to reproduce. Describe what you see and what you expect.
Massimo On Aug 20, 10:19 am, Richard Vézina <[email protected]> wrote: > Ok, I made a few more check and I am pretty sure it coming from web2py > version... Do we lost this cause of list:integer, list:reference, etc.?? > > Richard > > 2010/8/20 Richard Vézina <[email protected]> > > > Wrong report... I made some other test and I don't get anymore the > > highlighted multiselection with crud.update... > > > I change of version recently (1.81.4 -> 1.83.2). I look in my older app > > version and I have the highlighted multiselection with crud.update... > > > Not sure if it comes from my app or the web2py update... I look further. > > > Richard > > > 2010/8/20 Richard Vézina <[email protected]> > > >> Hello Massimo, > > >> I face a new problem. I have a postgresql text field that serves to store > >> a > >> multiple referenced id. I don't use jquery plugin or anything else in my > >> form to make the selection of the element (only CTRL+mouse clic over the > >> representation of the id in the nav). No problem when the field is > >> populated > >> by web2py form... I am getting |1|2| in my text field and when I > >> crud.update > >> over the record I get my selected ID representation highligthed. *But > >> when I update manually the field at the postgresql database level I loose > >> the highligthed ID representation on crud.update.* > > >> For example > > >> UPDATE mytab > >> SET othertab_id='|529|' > > >> I hope I am clear. > > >> Thanks > > >> Richard

