Re: calling particular method in the interceptor

2007-05-24 Thread sudeepj2ee
-- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/calling-particular-method-in-the-interceptor-tf3808341.html#a10780795 Sent from the Struts - Us

Re: calling particular method in the interceptor

2007-05-24 Thread Jeromy Evans
public String intercept(ActionInvocation actionInvocation) throws Exception { I wouldn't do it, but actionInvocation provides information about the action and method being invoked. Your interceptor could change its behaviour based on the action name/class or method. The preferred approach (

calling particular method in the interceptor

2007-05-23 Thread sudeepj2ee
-- View this message in context: http://www.nabble.com/calling-particular-method-in-the-interceptor-tf3808341.html#a10778391 Sent from the Struts - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROT