Thanks Jeromy it really worked
Jeromy Evans - Blue Sky Minds wrote:
>
> 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
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 (
2 matches
Mail list logo