Hi, Is there a way we can override the implementation of certain interceptors from the default stack, without copying over all the definitions to struts.xml ?
ex : i want to change the behavior of workflow interceptor in the way it handles errors and routes to input page. I defined : <interceptors> <interceptor name="workflow" class="com.mypackage.MyWorkflowInterce ptor"/> </interceptors> within <package name="hello-default" extends="struts-default"> in struts.xml, but seems it still picks up the default one. I know we can override the params of each interceptor , but can we do the same with implementation class itself? Thanks, Joseph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]