Hi Marion,

it sounds like you missed to declare your action in struts-config.xml. But
in your first posting you've written that you did the mapping... Maybe you
have the wrong package name and/or class name in struts-config.xml ? You
should check this.

> <action    path="/thisandthat"
>               type="com.servlets.thisandthat_action">
>                 <forward name="back"    path="/home.jsp"/>
>                 <forward name="display"   path="/thisandthat.jsp"/>
> </action>

is "thisandthat_action" really your action class?

Best regards,

B.



> -----Ursprungliche Nachricht-----
> Von: Marion Schwarz [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 20. August 2001 16:01
> An: [EMAIL PROTECTED]
> Betreff: Antw: Re: Error 500 : No action instance could be created
>
>
> Hi Jon,
>
> my action class look just as you described.
> But I looked closer at the error message and discovered that it
> goes like this:
> 500 R< /thisandthat.do + null> No action instance...
>
> So it seems like the parameters don't go through !
> Still my action class doesn't even do a system.out.println, so I
> doubt that the request is passed on to the class correctly.
>
> Marion
>
>
>

Reply via email to