I have a requirement like if the URL contains spring in the path,then the struts should be excluded and spring dispatcher servlet should be processed.
I have tried the below pattern constant name="struts.action.excludePattern" value=".spring."/>
URLS's to be skipped: http://localhost:8080/spring/getAllUsers http://localhost:8080/spring/getUserByName
But am getting error like No action mapped from struts.Please suggest