pragyan chitrakar

Greenhorn
+ Follow
since May 20, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by pragyan chitrakar

Struts 2 has a concept of ActionMapper which maps URL request to specific action class using Java mapping instead of XML mapping. This can be created using setting one property in struts.xml as <ActionMapperKey>=<ActionMapperClass>. This mapper does not have <action> tag entry in struts.xml.

My requirement is that i have one existing ActionMapper class. I want to configure one interceptor on this mapper.

How can i add the interceptor to the ActionMapper.
10 years ago