-none- 2007-08-15 - By Nils-Helge Garli
Back Unfortunately, you have to re-define the stack.
Nils-H
On 8/15/07, j alex <strutstwouser@(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: user-unsubscribe@(protected) > For additional commands, e-mail: user-help@(protected) > >
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: user-unsubscribe@(protected) For additional commands, e-mail: user-help@(protected)
|
|