Re: Submitting form data via redirect

2005-05-20 Thread erikweber
Sorry, the word is idempotent, not indempotent. http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html Erik -Original Message- From: [EMAIL PROTECTED] Sent: May 20, 2005 2:54 PM To: Struts Users Mailing List , Andrew Thorell <[EMAIL PROTECTED]> Subject: Re: Submittin

Re: Submitting form data via redirect

2005-05-20 Thread erikweber
I don't know anything about the logic:redirect tag, but trying to redirect a POST transaction brings up other issues. The HTTP RFC, as far as I know, doesn't prohibit this behavior, but you are probably going to find browser compatibility problems. The reason is that GET is mainly for indempote