[web2py] Re: basic argument question

2014-11-02 Thread Alex Glaros
> > > works good great elucidation skills thanks Anthony! -- 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 s

[web2py] Re: basic argument question

2014-10-31 Thread Anthony
On Friday, October 31, 2014 8:01:53 PM UTC-4, Alex Glaros wrote: > > Thanks Anthony, args look good: > > http://127.0.0.1:8000/ES1/default/comment_on_an_object?filter=5&id=1 > > but for 2nd variable, > > objectComments = db.SuperObjectComment(request.get_vars.id) > The above method does not retur

[web2py] Re: basic argument question

2014-10-31 Thread Alex Glaros
Thanks Anthony, args look good: http://127.0.0.1:8000/ES1/default/comment_on_an_object?filter=5&id=1 but for 2nd variable, objectComments = db.SuperObjectComment(request.get_vars.id) this error appears: 'str' object has no attribute 'created_on' However, if I use below statement where ever

[web2py] Re: basic argument question

2014-10-31 Thread Anthony
On Friday, October 31, 2014 4:46:32 PM UTC-4, Alex Glaros wrote: > > Assume am total beginner: > > Argument below gets correctly passed to controller named > "comment_on_an_object". > > dict(header='Comments', body=lambda row: A('Comments',_class="btn > btn-mini", _href=URL('comment_on_an_object