Re: Error: Cannot retrieve ActionForward named welcome

2002-09-19 Thread Eddie Bush
Sorry - I didn't look closely enough (in a hurry to get out the door for an appointment). I don't see a problem ... Heligon Sandra wrote: > I defined the following configuration: > > index.jsp: > > > struts-config.xml: > > > > > >

Re: Error: Cannot retrieve ActionForward named welcome

2002-09-19 Thread Eddie Bush
We're case-sensitive. welcome != Welcome. You defined your foward as Welcome and then asked for welcome -- it does not exist. Change forward="welcome" to forward="Welcome". Heligon Sandra wrote: > I defined the following configuration: > > index.jsp: > > > struts-c

Error: Cannot retrieve ActionForward named welcome

2002-09-19 Thread Heligon Sandra
I defined the following configuration: index.jsp: struts-config.xml: welcome.jsp: When I run the application I have the error javax.servlet.ServletException: C