Re: getRequestURL and actionforwards

2005-09-23 Thread Michael Jouravlev
Are you sure you did not put "redirect=true" in your elements? What does the address bar say? Michael. On 9/23/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Hi, > We have an application that does the following ( we use struts 1.2.4, > tomcat 5.0.28, jdk 1.4.2) > > a) user requests /x/y/acti

getRequestURL and actionforwards

2005-09-23 Thread azadonick
Hi, We have an application that does the following ( we use struts 1.2.4, tomcat 5.0.28, jdk 1.4.2) a) user requests /x/y/action.do?x=1 b) the action executes then JSP forwards (via ActionForward) to /x/y/somefile.jsp c) the resulting JSP page calls request.getRequestURL(). It returns /x/y/ac