You need to do it like this:
<action path="/Registration">
<forward name="success" path="/registration.jsp"/>
</action>

Dave

>From: "Andy Kriger" <[EMAIL PROTECTED]>
>Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
>Subject: action include or forward attribute not working?
>Date: Mon, 14 Oct 2002 16:15:38 -0400
>
>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]>




_________________________________________________________________
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


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

Reply via email to