search the mailing list archive for information on Token Processing. Here's a start: http://marc.theaimsgroup.com/?l=struts-user&w=2&r=1&s=token&q=b
Also, consider redirecting to the "list" page after processing a delete, or performing any DB update you don't want repeated by a refresh operation. Hubert --- terry Highfield <[EMAIL PROTECTED]> wrote: > HI, > > I have a list of related items on my JSP page and each item in the list has > > a delete button. This tells the action to remove the item from the > ArrayList, thank fully this works nicely. > > The trouble is; after deleting an item I click "refresh" on the browser, > this will then delete the next item on the list. Consequently clicking on > the "refresh" button repeatedly will/can remove all items in the list. > > Does any one know a way around this problem? Is there a way to tell from > the > action if the "refresh" on the browser has been clicked? > > Thank you in advance for your replies, > > Terry > __________________________________ Do you Yahoo!? Friends. Fun. Try the all-new Yahoo! Messenger. http://messenger.yahoo.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]