This is supposed to be

``
name: jqgrid
table: ips
col_width: 80
width: 700
height: 300
``:widget

On Thursday, 10 May 2012 15:11:32 UTC-5, Larry Wapnitsky wrote:
>
> Even this fails on a wiki page:
>
> ``
> name: jqgrid
> table: db.ips
> col_width: 80
> width: 700
> height: 300
> ``:widget
>
>
> Traceback (most recent call last):
>   File 
> "/home/lwapnitsky/web2py/applications/rbl_web2py/models/plugin_wiki.py", line 
> 635, in render_widget
>     html = getattr(PluginWikiWidgets,name)(**args)
>   File 
> "/home/lwapnitsky/web2py/applications/rbl_web2py/models/plugin_wiki.py", line 
> 245, in jqgrid
>     fields = [x.strip() for x in db[table].fields if 
> db[table][x.strip()].readable]
>   File "/home/lwapnitsky/web2py/gluon/dal.py", line 6773, in __getitem__
>     return dict.__getitem__(self, str(key))
> KeyError: 'db.ips'
>
>

Reply via email to