There is another option - flipping order of checking parameter name. In that case user filter will be first. But precedence can occur in other way - user will accept the parameter, but interceptor will throw it away - which can be good indicator for users they are doing something wrong.
return (parameterNameAware != null && parameterNameAware.acceptableParameterName(name)) || acceptableName(name); Regards -- Ćukasz + 48 606 323 122 http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org