Don't see my mail in the list!!
---------- Forwarded message ---------- From: Richard Vézina <[email protected]> Date: 2010/8/20 Subject: strange problem To: [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

