Do you refer to insertTestAction or to test.insertTestAction in your
action mapping? Can you post your action mapping?

Michael.

On 9/7/05, Simons Kevin <[EMAIL PROTECTED]> wrote:
> This loads perfect. When I hit the submit button he changes the url to
> http://localhost:8080/tests/index.do. Up till here I can follow. But then...
> Can someone explain me why I need to place my class files also in the
> classes folder. Otherwise he complains about a 500 error (didn't produce a
> class file). When I found that out, I get another 500 No action instance for
> path /index could be created. Apparently this means that my action file does
> not extend the action class but it does.
> package test;
> ...
> public final class insertTestAction extends Action {
> ...
> }

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

Reply via email to