I think it is [Parameters Interceptor]: http://struts.apache.org/2.2.1/docs/parameters-interceptor.html
You can set a break point in the [setXXX] method of your Action class, then you can find out who is invoking it from the [Call Stack]. > One other question, do you guys know where the "writing of the parameters" > takes place in the code? i.e. where in the source code of struts/xwork does > the code take the parameters from the HTTP headers or where ever and > associate them to the fields in the Java objects? > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org