Re: RES: Destroy Of Interceptor

2007-12-17 Thread Dave Newton
--- Décio Heinzelmann Luckow <[EMAIL PROTECTED]> wrote: > How can I procede? Patches can always be attached to JIRA tickets. d. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RES: Destroy Of Interceptor

2007-12-17 Thread Décio Heinzelmann Luckow
e? Decio Heinzelmann Luckow -Mensagem original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Ted Husted Enviada em: domingo, 16 de dezembro de 2007 08:27 Para: Struts Developers List Assunto: Re: Destroy Of Interceptor +1 I haven't traced the code, but I believe

Re: Destroy Of Interceptor

2007-12-16 Thread Ted Husted
------ > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > -- > View this message in context: > http://www.nabble.com/Destroy-Of-Interceptor-tp14338766p14339

Re: [struts-dev] Destroy Of Interceptor

2007-12-15 Thread Dale Newfield
Tom Schneider wrote: You know, I think you're right! I searched the entire codebase (both xwork and struts) and I have found nowhere where we call destroy() on the interceptors. I guess that hasn't been an issue because if the destroy isn't being called, no big deal because your usually shuttin

Re: Destroy Of Interceptor

2007-12-14 Thread Tom Schneider
scribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Destroy-Of-Interceptor-tp14338766p14339890.html Sent from the Struts - Dev mailing list archive at Nabble.com.

Destroy Of Interceptor

2007-12-14 Thread Décio Heinzelmann Luckow
Hi All, I´m studing Interceptors and I was looking for the local where Struts call the destroy() method of Interceptor. The init() method is called at the same time of construction of Interceptor, but I can´t find where the destroy is called. Someone know where its happen? Tanks! Décio Heinzel