Re: howto 'transfer' a URL parameter to an interceptor (eg resourceID=44) pic included

2008-03-04 Thread Nils-Helge Garli Hegvik
I don't think you can even do it that way. It's easier to just access the parameter map from the ActionInvocation and ActionContext in the interceptor. http://www.opensymphony.com/xwork/api/com/opensymphony/xwork2/interceptor/Interceptor.html#intercept(com.opensymphony.xwork2.ActionInvocation) htt

howto 'transfer' a URL parameter to an interceptor (eg resourceID=44) pic included

2008-03-04 Thread xianwinwin
Hi all, I'm trying to create an AuthorizationInterceptor. consider the following scenario: The user clicks on any link and the the link has resourceID eg: doSomthig_update.do?resourceID=44 I would like to transfer the resouceID to my interceptor in order to verify if the user is entitle to