Re: form resubmission on refreshing page

2005-09-20 Thread Michael Jouravlev
On 9/20/05, temp temp <[EMAIL PROTECTED]> wrote: > I have a list in my jsp .For each item in the list I > have a submit button through which user can remove an > item in list. When user clicks on remove link I submit > the form to my action class .Action class removes > selected item from the co

Re: form resubmission on refreshing page

2005-09-20 Thread Gary VanMatre
> I have a list in my jsp .For each item in the list I > have a submit button through which user can remove an > item in list. When user clicks on remove link I submit > the form to my action class .Action class removes > selected item from the collection and then sends him > back to the same pa