Re: [web2py] Re: error list:reference table

2010-12-15 Thread Luis Díaz
thanks for the help Massimo Di Pierro and Bruno Rocha 2010/12/15 > > >> could show me how to do what I need without having to install plugin_wiki >> ? >> > > http://web2py.com/plugins/default/multiselect > -- Díaz Luis TSU Analisis de Sistemas Universidad de Carabobo http://web2pyfacil.blo

Re: [web2py] Re: error list:reference table

2010-12-15 Thread Bruno Rocha
> > could show me how to do what I need without having to install plugin_wiki? > http://web2py.com/plugins/default/multiselect

Re: [web2py] Re: error list:reference table

2010-12-15 Thread Luis Díaz
empty database and the error disappears. may be in the tests were corrupted data could show me how to do what I need without having to install plugin_wiki? 2010/12/15 Luis Díaz > eliminating SQLFORM.widgets.checkboxes.widget > > I still get the error > > 2010/12/15 mdipierro > > ... but you

Re: [web2py] Re: error list:reference table

2010-12-15 Thread Luis Díaz
eliminating SQLFORM.widgets.checkboxes.widget I still get the error 2010/12/15 mdipierro > ... but you can use jquery plugin multiselect which comes by default > if you install plugin_wiki. > > On Dec 15, 12:38 pm, mdipierro wrote: > > Sorry you cannod use the SQLFORM.widgets.checkboxes.widget

[web2py] Re: error list:reference table

2010-12-15 Thread mdipierro
... but you can use jquery plugin multiselect which comes by default if you install plugin_wiki. On Dec 15, 12:38 pm, mdipierro wrote: > Sorry you cannod use the SQLFORM.widgets.checkboxes.widget  with a > list:reference > > On Dec 15, 12:11 pm, Luis Díaz wrote: > > > is't code: > > > db.define_

[web2py] Re: error list:reference table

2010-12-15 Thread mdipierro
Sorry you cannod use the SQLFORM.widgets.checkboxes.widget with a list:reference On Dec 15, 12:11 pm, Luis Díaz wrote: > is't code: > > db.define_table('tag', >     Field('nombre', 'string', length=32, ondelete='CASCADE'), >     format='%(nombre)s' > ) > > db.define_table('producto', >     Field