Hi there! I'm new to web2py, It is just... awesome! Well this is my question, I'd like to know how could I use the jquery UI accordion with web2py and fill it from a db.
For example I have the model,
db.define_table('people',
Field('name','string')
Field('comments','text'))
And i like to have the accordion title = people.name
and the accordion body = people.comments
Thanks!

