Dear Steve,

> Can you access the edit or remove actions by entering the URL in your
> address bar?
> e.g. http://localhost:8080/myapp/admin/edit.do?parameter=XXX

Your tip helped me to debug the problem.

Apparently, I got the 404 error from the browser.
In the config file, edit.do was declared to be of type "ForwardAction".
I created a new action class and used it instead of ForwardAction.

and voila, it worked !

So, it might be a bug in ForwardAction.

I have posted a bug at 
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21949

Thanks,
Ajay


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

Reply via email to