I am using the struts-restful default interceptor stack which uses the static params interceptor and the paramters interceptor. The result of using both interceptors is that it is calling setId twice. However if I remove the static params interceptor it does not call setId at all and if I remove the params Interceptor then no variables on the action are being set
Is there a way to do both things and call the set id method twice? -- View this message in context: http://www.nabble.com/Parameters-Interceptor-tp25921673p25921673.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org