I have a problem, i have implemented the in struts2, and its going well, but when i put in the browser, an action that does not exists, like
http:mysite/someurl/somefake.action
i have a screen, where you can read "Struts Problem Report
Struts has detected an unhandled exception:
Messages:
There is no Action mapped for namespace [/] and action name [Portaaasdasdl] associated with context path [].
"
the question is:
how can i know when i have a no mapped action and redirect that to a jsp where i can tell that action is not valid, or redirect to a custom jsp with a mesage "PAGE NOT FOUND"
i can't solve, and im a little frustrated.