Checkboxes and HTTP (was: Re: [Strust2] how does Interceptor work?)

2006-09-27 Thread Wendy Smoak
On 9/27/06, Ted Husted <[EMAIL PROTECTED]> wrote: One thing you don't have to worry about doing before or after execute is fussing with checkboxes. Struts 2 has automatic support for stateful checkboxes, so there is no more mucking around with resetting input, just because HTTP can't say "false"

Re: [Strust2] how does Interceptor work?

2006-09-27 Thread Ted Husted
very clear... Maybe there is a better way? -Message d'origine- De : David Evans [mailto:[EMAIL PROTECTED] Envoyé : mardi 26 septembre 2006 18:42 À : Struts Users Mailing List Objet : Re: [Strust2] how does Interceptor work? Hello, These webwork and xwork doc pages may help: http://w

RE: [Strust2] how does Interceptor work?

2006-09-27 Thread Labey Sébastien
method... not sure that it is very clear... Maybe there is a better way? -Message d'origine- De : David Evans [mailto:[EMAIL PROTECTED] Envoyé : mardi 26 septembre 2006 18:42 À : Struts Users Mailing List Objet : Re: [Strust2] how does Interceptor work? Hello, These webwork and

Re: [Strust2] how does Interceptor work?

2006-09-26 Thread Ted Husted
On 9/26/06, Labey Sébastien <[EMAIL PROTECTED]> wrote: Hi, I'm new to Struts2 and i don't really understand how does Interceptor technique work. There's an example of an Interceptor in the MailReader example. It uses it to provide application-based authentification. It's a "before-only" interc

Re: [Strust2] how does Interceptor work?

2006-09-26 Thread David Evans
Hello, These webwork and xwork doc pages may help: http://wiki.opensymphony.com/display/XW/Interceptors http://www.opensymphony.com/webwork/api/com/opensymphony/xwork/ActionInvocation.html http://www.opensymphony.com/webwork/api/com/opensymphony/xwork/ActionProxy.html Passed in to your intercepto