--- 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]
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
------
> > 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
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
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.
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