Should be request.args(0). You could also just do: if 'view' in request.args.
Anthony On Thursday, November 20, 2014 1:56:14 PM UTC-5, Alex Glaros wrote: > > am seeking to display a button in view only if grid is in "view" mode. > > otherwise, button inappropriately pops up in edit mode. > > anyone see anything wrong with this code in the view? > > {{if request(0) == 'view':}}<a class="btn btn-primary" href= > "add_new_suggestion" >Post a brand new suggestion</a>}}{{pass} > > > error is: > > Request' object is not callable > > > thanks > > Alex Glaros > -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to web2py+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.