Hello! Could you be more explicit? What do you understand when saying action? Are you referring to a HTTP request action?
Anyway, you should remember that, when the user hits the "back" button of the browser, there is no interaction (no request sent) between the client (browser) and the server. So, when the "back" button of the browser is hit, the browser retrieves from the user's PC cache the previous html page and shows it again (so, it's just the old page, not a new request to server -- but you can trick this). Because there is no request sent by the user to the server, the session (if there is one) is not lost. I hope this clears your problem! If it doesn't, please explain what do you mean by "action"! Kind regards, Emilia -----Original Message----- From: Julian Tillmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 17, 2006 9:13 AM To: user@struts.apache.org Subject: Finalize back hitting the "back"-button? Hello my question is simple: is an action finalized when the user hits the "back" button of the browser? thanks & ciao 4 now Julian -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/go/dsl --------------------------------------------------------------------- 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]