Re: Svar: How make a forward when redirect=true

2002-03-16 Thread Mikael Eriksson
Damn, you are on to us :-) Another place to look is the server log, does it anything that might look strange? The problem is strange because the thing should work... and has worked for me. It probably need some experimenting :-) If the forward is changed to some other page... just an ordina

Re: Svar: How make a forward when redirect=true

2002-03-16 Thread keithBacon
Have you solved this yet? Did your 404 message display the URL it couldn't find? That's vital evidence. K. PS. We need more kiwis on this list - swedish plot to take over. --- snurre1000 <[EMAIL PROTECTED]> wrote: > Thank you, but the page changePasswordConfirmed.jsp does only contain > static

Re: Svar: How make a forward when redirect=true

2002-03-14 Thread snurre1000
Thank you, but the page changePasswordConfirmed.jsp does only contain static information so I don't have to put objcts in the session. And yes, I do want to have redirect=true. So I still don't know how to solve the problem. Och visst är det lite kul att träffa på fler svenskar här minsann :) / Ul

RE: Svar: How make a forward when redirect=true

2002-03-14 Thread Ken . Horn
host & port - esp if you are using web server / NAT router in front of the servlet engine. -Original Message- From: mikael Sent: 14 March 2002 10:23 To: struts-user Cc: mikael Subject: Svar: How make a forward when redirect=true Hi The config looks good to me (except a spurions

Svar: How make a forward when redirect=true

2002-03-14 Thread Mikael Eriksson
Hi The config looks good to me (except a spurions =" in the forward but I assume that is a copy paste error). Since it works when redirect is not true a long shot might be that it is your Error page that is not found. At least if you are putting something in the request inside your action clas

Re: How make a forward when redirect=true

2002-03-14 Thread keithBacon
no-one else answered so.. Why are you specifying redirect when it works without it? I think of redirect as only being used to go to a URL at a diff. web-app or server. --- Nordström_Ulrika <[EMAIL PROTECTED]> wrote: > Hi, > > This is how struts-config looks like > > > type="se.amfpension.

How make a forward when redirect=true

2002-03-13 Thread Nordström Ulrika
Hi, This is how struts-config looks like In my action class I return: mapping.findForward("success"); But I get an error message, HTTP 404, file not found. mReturn.getPath() writes the correct path and if I copy this path inte the