[web2py] Re: presenting a manytomany relation for insert

2012-08-07 Thread goabbear
know the answer ... Sorry. > > > > On Monday, August 6, 2012 3:27:15 PM UTC-4, goabbear wrote: >> >> Hi, >> thanks for your help, I can now have checkboxes in the form, but I can't >> change the "destinataire" field from "id" to &q

[web2py] Re: presenting a manytomany relation for insert

2012-08-06 Thread goabbear
db(db.abonnement.mailinglist_id==request.vars. > mailinglist_id), 'abonnement.destinataire_id') > )] > > To change from a dropdown box to checkboxes, you would use widgets. Check > out http://web2py.com/books/default/chapter/29/7#Widgets > > On Monday, August 6, 2012

[web2py] presenting a manytomany relation for insert

2012-08-06 Thread goabbear
Hi all, I have tried django before and I want to give a try to web2py because it looks more language natural, but I run into a problem (sorry if my question is stupid) : in db.py : db.define_table('destinataire', Field