What do you mean by "does not work"? Can you show a traceback? There should be no problem to returning lists.
On Thursday, 21 November 2013 06:29:36 UTC-6, Eduardo Cruz wrote: > > I does not work, sadly. > > On Wednesday, November 20, 2013 6:52:56 PM UTC-4, Tim Richardson wrote: >> >> Also, my experience with virtual fields is limited to returning >> non-iterable types, not lists. >> >> On Thursday, November 21, 2013 9:48:57 AM UTC+11, Tim Richardson wrote: >>> >>> I can't see what's wrong. >>> Why don't you simply pass the id >>> (ie lambda row: get_category_list(row.Post.id) >>> >>>> >>> >>> and then use breakpoints to see if that is working as you expect >>> >> -- 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 [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

