On 10/10/2017 7:49 AM, selvi wrote:
> I am having issues with parameterinterceptor - setParameters method earlier
> version had parameters like Action , Value stack and map>
> 
> Can you email me the code snippet for 2.5 parameterInterceptor -
> setParameters method?
> 
> I done with all the changes except for this one?
> 

I don't think you need to do any thing as it is an internal change of 
Struts. However, below is it's signature; It seems last parameter has 
changed from Map to HttpParameters.

import org.apache.struts2.dispatcher.HttpParameters;
protected void setParameters(final Object action, ValueStack stack, 
HttpParameters parameters)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to