In my struts2 xml file, I see this interceptor def:
<interceptors>
<interceptor-stack name="dividendinterceptorstack">
<interceptor-ref name="servletConfig" />
<interceptor-ref name="modelDriven" />
</interceptor-stack>
But where is the actual class defined for dividendinterceptorstack? it is not in the xml.
dividendinterceptorstack is a stack (collection) of interceptors.
If you can't find this stack definition - What does your package enclosing the above snippet extend from? Look in the package's hierarchy.