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:
>
>   
>   
>
>   
>   type="org.apache.struts.actions.ForwardAction"
>parameter="pages/Welcome.jsp" />
>   
>
>   welcome.jsp:
>   
>
>   When I run the application I have the error
>   javax.servlet.ServletException: Cannot create redirect URL:
>java.net.MalformedURLException:Cannot retrive  ActionForward named
>welcome
>   
>   I don't understand this error.
>

-- 
Eddie Bush




--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




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-config.xml:
>
>   
>   
>
>   
>   type="org.apache.struts.actions.ForwardAction"
>parameter="pages/Welcome.jsp" />
>   
>
>   welcome.jsp:
>   
>
>   When I run the application I have the error
>   javax.servlet.ServletException: Cannot create redirect URL:
>java.net.MalformedURLException:Cannot retrive  ActionForward named
>welcome
>   
>   I don't understand this error.
>

-- 
Eddie Bush




--
To unsubscribe, e-mail:   
For additional commands, e-mail: