I see that, while struts-default.xml has "externalRef" defined, I receive a ClassNotFoundException for com.opensymphony.xwork2.interceptor.ExternalReferencesInterceptor if I specify it in an interceptor-ref tag, and the app never starts. Looking at the xwork jarfile for 2.0.4, I see that there is no longer an ExternalReferencesInterceptor in that package. So my question is has externalRef been replaced or removed?
Regards. James