Hi, 1) In the Order page add these 3 lines to avoid caching.
<META HTTP-EQUIV="expires" CONTENT="0"> <META HTTP-EQUIV="Cache-Control" CONTENT="no-cache"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache"> 2) Where you have order processing, remove the items in cart from session. Regards, Amar -----Original Message----- From: jackie [mailto:[EMAIL PROTECTED] Sent: Monday, September 13, 2004 10:37 AM To: Struts Developers List Subject: submitting request only one time. Hello Everybody! I`m developing a shopping site. In the order page. when the Order Submit button is submitted, it process the necessary actions, my problem is when the back browser click it goes to previous page, where the list of goods are in there the same as earlier, and when I click again the submit button, It orders or process the same goods that has been ordered. Is is possible to just submit only one time? using the submit button? I am not sure how? Thanks! Cheers! jack --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
