S2 : Overriding interceptor class names in struts.xml

2007-08-15 Thread j alex
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]



Re: S2 : Overriding interceptor class names in struts.xml

2007-08-15 Thread Nils-Helge Garli
Unfortunately, you have to re-define the stack.

Nils-H

On 8/15/07, j alex [EMAIL PROTECTED] wrote:
 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]



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]