Hi guys, When i press a button for Exmaple. 'ADD', When i press the Button 'ADD' the values of the element 'X' are passed and the form is submitted.
One emlement 'X' of ArrayList A is added to ArrayList B. When i Refresh teh page now, the operation is done again.In ArrayList B i have two elements of 'X'. I store the action to be performed and the elements value in the form bean. So in the action clas i access them and perform the operation. So when the user press "Refresh" from the browser, the same values exist in the form bean and the action class performs the same action again. Has anybody had this problem? I am not sure what i can do not to repeat the action. Thank you for your time. Uday Chandra Karrothi