Action without interceptors

2007-01-08 Thread Juan Espinosa
> Hi to all i need help > i want to have an action without interceptors. I want to configure it in > my action mapping, something like this. > > > > index > > Also i want to know if ther is a sta

Action without interceptors

2007-01-09 Thread Juan Espinosa
> Hi to all i need help > i want to have an action without interceptors. I want to configure it in > my action mapping, something like this. > > > > index > > Also i want to know if ther is a sta

Re: Action without interceptors

2007-01-09 Thread walidito
why don't you simply DONT put an interceptor in your action mapping ? for example : index Good luck Juan Espinosa wrote: > >> Hi to all i need help >> i want to have an action without interceptors. I wan

RE: Action without interceptors

2007-01-09 Thread Juan Espinosa
: martes, 09 de enero de 2007 13:30 Para: user@struts.apache.org Asunto: Re: Action without interceptors why don't you simply DONT put an interceptor in your action mapping ? for example : index Good luck Juan Espinosa wrote: >

RE: Action without interceptors

2007-01-09 Thread Dave Newton
From: Juan Espinosa [mailto:[EMAIL PROTECTED] > The seconda action is an action that validate a code passed > http://www.mysite.com/test2?validationCode=3 > I need no intercepto neither parameters interceptor nor model driven > interceptor... Just because you don't *need* one doesn't mean it matte

Re: Action without interceptors

2007-01-09 Thread Tom Schneider
One option is the create a NullInterceptor that doesn't do anything. It would be trivial to create and would allow you to override a default interceptor stack with an interceptor that does nothing. Tom On 1/9/07, Dave Newton <[EMAIL PROTECTED]> wrote: From: Juan Espinosa [mailto:[EMAIL PROTECT

RE: Action without interceptors

2007-01-09 Thread Juan Espinosa
---Mensaje original- De: Dave Newton [mailto:[EMAIL PROTECTED] Enviado el: martes, 09 de enero de 2007 13:45 Para: Struts Users Mailing List Asunto: RE: Action without interceptors From: Juan Espinosa [mailto:[EMAIL PROTECTED] > The seconda action is an action that validate a code

Re: Action without interceptors

2007-01-09 Thread Don Brown
MAIL PROTECTED] Enviado el: martes, 09 de enero de 2007 13:45 Para: Struts Users Mailing List Asunto: RE: Action without interceptors From: Juan Espinosa [mailto:[EMAIL PROTECTED] > The seconda action is an action that validate a code passed > http://www.mysite.com/test2?validationCode=3 > I

RE: Action without interceptors

2007-01-09 Thread Dave Newton
From: Don Brown [mailto:[EMAIL PROTECTED] > If you don't want any interceptors, don't have your package extend > "struts-default". There isn't some magical built-in interceptor used > for user packages. What he said. But still... > On 1/9/07, Juan Espinosa <[EMAIL PROTECTED]> wrote: >> 1) Becau

Re: Action without interceptors

2007-01-09 Thread Tom Schneider
iginal- > De: Dave Newton [mailto:[EMAIL PROTECTED] > Enviado el: martes, 09 de enero de 2007 13:45 > Para: Struts Users Mailing List > Asunto: RE: Action without interceptors > > From: Juan Espinosa [mailto:[EMAIL PROTECTED] > > The seconda action is an action that val