Re: [web2py] list and loop problem

2011-03-10 Thread Bruno Rocha
where do you want to output this? in to pure HTML or in a SQLTABLE? 2011/3/10 Rick > Hi, > > I want to print a linked list and add a "delete this item" button next > to each item: > > [item 1][delete this item] > [item 2][delete this item] > [item 3][delete this item] > ***

[web2py] list and loop problem

2011-03-10 Thread Rick
Hi, I want to print a linked list and add a "delete this item" button next to each item: [item 1][delete this item] [item 2][delete this item] [item 3][delete this item] ...but I've no clue how to write the code. The problem is to direct the second delete button to the se