I saw there was a similar post in this forum, but the solutions don't work for me.
What I want to do is getting a form posted to an action, after some processing then forward to an external URL (for payment process). I tried the solutions suggested in this forum (http://www.mail-archive.com/struts-user@jakarta.apache.org/msg78766.html) by adding "redirect = true" and contextRelative=false" in my action forward as follows: <forward name="checkout" path="https://... ..." redirect="true" contextRelative="false"> What I get is an 404 error. Also, my concern about redirect is if the form data will be lost. Thanks in advance. Ming __________________________________ Yahoo! FareChase: Search multiple travel sites in one click. http://farechase.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]