You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by James Bail <ja...@gmail.com> on 2008/03/10 03:06:32 UTC

ExternalReferencesInterceptor

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