I want to be able to run a Struts 2 action when there is no mapped action found.
The reason I need to do this is because my users can have URLs like www.example.com/someValue
.
someValue
is a variable and I don't know what the value could be. I want to be able to run a specific action if the page is not found.