try this one:
                <action path="/Registrattion"
                                parameter="/registration.jsp"
                                scope="request"
                                type="org.apache.struts.actions.ForwardAction"
                                validate="false">
                </action>

> -----Original Message-----
> From: Andy Kriger [mailto:[EMAIL PROTECTED]]
> Sent: Montag, 14. Oktober 2002 22:16
> To: Struts Users Mailing List
> Subject: action include or forward attribute not working?
> 
> 
> I am setting up the following: a JSP containing a form; the 
> submit action of
> the JSP calls a Struts Action class. Since I don't really 
> need an action
> simply to forward to the JSP, I thought I'd use the action 
> include or foward
> attribute which seems to accomplish this. But I can't make it work.
> 
> Here is the struts-config entry...
> 
> <action path="/Registration"
>       forward="/registration.jsp">
> </action>
> 
> I would expect that /Registration.do would open registration.jsp
> 
> Instead I get '500 No action instance for path /Registration could be
> created'
> 
> Any ideas?
> 
> thx
> andy
> 
> 
> 
> 
> --
> To unsubscribe, e-mail:   
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: 
> <mailto:[EMAIL PROTECTED]>
> 
> 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to