RE: action forward -> redirect

2003-08-14 Thread Shane Mingins
Have you seen this http://jakarta.apache.org/struts/userGuide/index.html ? -Original Message- From: David Thielen [mailto:[EMAIL PROTECTED] Sent: Wednesday, 13 August 2003 3:14 p.m. To: Struts-Users Subject: Re: action forward -> redirect never mind - found the redirect attrib

action forward -> redirect

2003-08-14 Thread David Thielen
Hi; I have action forwards in my action mapping as such: So on a success it forwards to /terms.jsp. However, the browser url is still OrderSubmit.do. This is what a forward is supposed to do. But what if I want the browser to now show /terms.jsp? Is there some way to do an act

Re: action forward -> redirect

2003-08-14 Thread Max Cooper
eventual forward to /terms.jsp. -Max - Original Message - From: "David Thielen" <[EMAIL PROTECTED]> To: "Struts-Users" <[EMAIL PROTECTED]> Sent: Tuesday, August 12, 2003 8:05 PM Subject: action forward -> redirect Hi; I have a

Re: action forward -> redirect

2003-08-14 Thread David Thielen
form. thanks - dave - Original Message - From: David Thielen To: Struts-Users Sent: Tuesday, August 12, 2003 9:05 PM Subject: action forward -> redirect Hi; I have action forwards in my action mapping as such: So on a success it for

Session and action/forward redirect=true

2003-06-17 Thread Jens v.P.
Hi, I'm new to Struts and maybe I've got something completly wrong... but I didn't find what.. So, that's my problem: I've got to actions defined, one logon-action forwarding to my homepage (- action) on success. Since I also want to change the URL, I want to use a forward with redirect="true"