try this <jsp:forward page="/scrollForwardOrganisation.do"/>
or something like that Mehdi ----- Original Message ----- From: "koen boutsen" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, September 11, 2003 10:07 AM Subject: <logic:forward problem > Hi > > I want to send my user to a .jsp page and immediately send him to > the next, without having to click anything on the intermediate page, > or even without having to see this page. > I tried with : > <logic:forward name="scrollForwardOrganisation" /> > I know this works when you put a global forward in the struts-config > with as forward the target jsp. > > I have to use a definition where I want to send my user to, and > when I put the definition as a forward in the global forwards, I get a pageNotFound error. > This is my global forward > <forward name="scrollForwardOrganisation" path="isisLayout.organisations.overview"/> > > Does someone know what I can do ? > > Thanks > > Koen > > > > ____________________________________________________________ > Get advanced SPAM filtering on Webmail or POP Mail ... Get Lycos Mail! > http://login.mail.lycos.com/r/referral?aid=27005 > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

