On 14 October 2011 14:49, Massimo Di Pierro <[email protected]>wrote:
> My bad. Try this:
>
> def render_docs(ids,row):
> span = SPAN()
> for id in ids:
> doc = db.wbdocuments(id)
> if doc:
> span.append(A(doc.name,_href=URL('download',args=doc.file)))
> return span
>
> db.wbmaster.documents.represent = render_docs
>
> Fantastic. Thanks
Johann
--
Because experiencing your loyal love is better than life itself,
my lips will praise you. (Psalm 63:3)

