Re: [web2py] jqgrid (plugin_wiki) and @auth.requires_login()

2010-09-30 Thread Richard Vézina
Try like this : {{if auth.is_logged_in():}} {{=plugin_wiki.widget('jqgrid',tablename,col_width=80,width=900,height=500)}} {{pass}} And that not solve the pb I decribe in most detail. Richard On Thu, Sep 30, 2010 at 3:41 PM, Bruno Rocha wrote: > Thats not the best way, but I do: > > ``{{if aut

Re: [web2py] jqgrid (plugin_wiki) and @auth.requires_login()

2010-09-30 Thread Bruno Rocha
Thats not the best way, but I do: ``{{if auth.is_logged_in():}}``:template ``table:``:jqgrid ``{{pass}}``:template Ugly, but works. 2010/9/30 Richard Vézina > Hello, > > Is it possible to make jqgrid sensible to be "@auth.requires_login()"? > > When there is a session that ends because no

[web2py] jqgrid (plugin_wiki) and @auth.requires_login()

2010-09-30 Thread Richard Vézina
Hello, Is it possible to make jqgrid sensible to be "@auth.requires_login()"? When there is a session that ends because no activity has been detect during long moment there is no message when user try to use the jqgrid control : search or refresh button... I understand that it is a plugin that u