Beware that the above pattern doesn't allow breaks the type conversion support for collection and map (those parameter names should be attached to acceptParamNames variable). For this configuration to work correctly, it has to be applied to any params interceptor ref in any stack an application is using. E.g., if an application is configured to use defaultStack as well as paramsPrepareParamsStack, you should copy both stack definitions from struts-default.xml to the application's struts.xml config file and apply the described excludeParams configuration for each params interceptor ref, that is once for defaultStack and twice for paramsPrepareParamsStack |