Hello, We are using Struts RedirectingActionForward with Struts 1.1. The base context path is being prepended to the URL. So instead of going to "http://dev.server.com/devpage" as we want, it goes to "http://localhost:8080/mypage/http://dev.server.com/devpage.
The following is outputted prior to the call: URL = http://dev.server.com/devpage DEBUG 2003-01-30 15:56:46,490 [Thread-10] - processForwardConfig(ForwardConfig[name=null,path=http://dev.server.com/devpage s,redirect=true,contextRelative=false]) We *thought* it worked with Struts 1.0. Did anything change? Or what could we be doing wrong. Your help would be greatly appreciated. Many thanks, Michelle Harris --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]