I've got form with a list of items and a delete button. On form submit, I want to check the values of some checkboxes, delete the corresponding items from a remote IMAP server, and then redisplay the page with the updated list.

However, to prevent the "stale link" phenomenon, it seems I need to get the old list from the IMAP server first in order for the rewind and setting of checkbox values to function properly. Then, the form listener is called, the items are deleted, I grab the updated list from the IMAP server and redisplay it. Isn't there a way to skip the old list - just grab all checkbox values and delete the corresponding items?

--Martin

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to