[web2py:11193] Re: PB with tag_widget

2008-11-05 Thread JessiHash
is a function that takes a field and its value. > > On Nov 4, 3:50 pm, JessiHash <[EMAIL PROTECTED]> wrote: > > > Hello and thank you for this wonderful piece of software > > > I' trying to use T2 and i have a problem with the tag_widget. > > >

[web2py:11145] PB with tag_widget

2008-11-04 Thread JessiHash
=IS_URL() db.news.tags.widget=t2.tag_widget(db.news.tags,['news']) db.news.represent=lambda row: A(row.title+" posted on "+str(row.date),_href=t2.action('display_news', [row.id])) display_new is just a t2.create with a t2.itemize And i got this : Traceback (most r