>
>
> 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
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
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
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
4 matches
Mail list logo