18 Dec
2002
18 Dec
'02
7:53 a.m.
i wrote a sql-method which contains the SQL-Statement "SELECT * FROM table" called imageList Table contains about 3000 entries. I created a DTML-Document and wanted to show all entries with a edit and delete link. I did it like this: <dtml-in "db.imageList()" size="1" start=query_start> ... </dtml-in> then i integrated forward and previous links, but if i click on the forward button i only get forward till to the 900d entry. i would be happy, if someone could help me