Hi All,
I am facing an issue in my current project.
Our project was in
struts and every Action class was extending BaseAction which has some security based code.
Now we are migrating to Spring. Requirement is to extend our Controller by BaseAction.
So I thought about an Interceptor but again how an interceptor can interceptor delegate call to struts action and come back again.
Please guide me through this.
Thanks
Wrushasen