Re: [Struts2] "manual" Token management : always possible?

2006-10-16 Thread Sébastien LABEY
Thank you Ted, I want just asking me exactly what you answered. Perfect! I will try this... On 10/16/06, Ted Husted <[EMAIL PROTECTED]> wrote: In Struts 2, the Interceptors are designed to do all the work. There shouldn't be any token code in an Action class at all. There are three flavors, t

Re: [Struts2] "manual" Token management : always possible?

2006-10-16 Thread Ted Husted
In Struts 2, the Interceptors are designed to do all the work. There shouldn't be any token code in an Action class at all. There are three flavors, the Token Interceptor, the Token Session Interceptor, and the Execute and Wait Interceptor. The Token Interceptor is most like the Struts 1 approac

[Struts2] "manual" Token management : always possible?

2006-10-13 Thread Sébastien LABEY
Hi, Is it always possible with Struts2 to manage the Token manually with saveToken(), resetToken().. ? I'm trying to upgrade from Struts1.2.8 to Struts2.0, and I would like not to modify all the existing (and working) code... I've seen there is a TokenTag to put a token (into request I suppose) an