Re: [web2py] Re: Load view or controllers without load

2011-07-18 Thread Roberto Perdomo
Bruno, finally i fix that, changing "live" to "bind" in plugin_powertable.py. If you consideer update the plugin code to fix this error. Thanks you so much. 2011/7/18 apple > If you have multiple tables then you must give each table a unique id. > > Bruno tells me this can be done in web2py co

[web2py] Re: Load view or controllers without load

2011-07-18 Thread apple
If you have multiple tables then you must give each table a unique id. Bruno tells me this can be done in web2py controller: table = plugins.PowerTable table._id = "mytable1" On Jul 18, 3:31 am, Roberto Perdomo wrote: > Hi, i have problems loading powertables with LOAD and I wonder if >