> images=db().select( db.image.ALL, db.blogpost.ALL, left=db.image.on(db.blogpost.id==db.image.blog_id))

As I understand that row, you are selecting all images you have i database, shouldn´t it be something like: images=db(db.image.blog_id == request.args[0]).select(..........................


Kenneh

Reply via email to