RE: @SMDMethod and servlet context

2007-11-28 Thread Daab, Andreas
List Betreff: Re: @SMDMethod and servlet context it is a regular action, so you can use interceptors as usual. musachy On Nov 26, 2007 10:50 AM, Daab, Andreas <[EMAIL PROTECTED]> wrote: > No, I'm using the json interceptor. Don't know if it's possible to use

Re: @SMDMethod and servlet context

2007-11-26 Thread Musachy Barroso
> true > > > true > > > > > Andreas Daab > > > -Ursprüngliche Nachricht- > Von: Dave Newton [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 26. November 2007 16:45 > An: Struts Users Mailing List > Betreff: Re: @SMDMethod and se

RE: @SMDMethod and servlet context

2007-11-26 Thread Dave Newton
SMD. > > class="ShowSearchResult" method="execute"> > > true > > > true > > > > > Andreas Daab > > > -Ursprüngliche Nachricht- > Von: Dave Newton [mailto:[EMAIL PROTECTED] > Gesendet: Montag

RE: @SMDMethod and servlet context

2007-11-26 Thread Daab, Andreas
s Users Mailing List Betreff: Re: @SMDMethod and servlet context Are you running the action through the regular interceptor stack? --- "Daab, Andreas" <[EMAIL PROTECTED]> wrote: > > Hi, > > in my application there is an action class named ShowSearchResult,

Re: @SMDMethod and servlet context

2007-11-26 Thread Dave Newton
Are you running the action through the regular interceptor stack? --- "Daab, Andreas" <[EMAIL PROTECTED]> wrote: > > Hi, > > in my application there is an action class named > ShowSearchResult, which > is derived from BaseActionSupport. BaseActionSupport > implements > ServletContextAware. The

@SMDMethod and servlet context

2007-11-26 Thread Daab, Andreas
Hi, in my application there is an action class named ShowSearchResult, which is derived from BaseActionSupport. BaseActionSupport implements ServletContextAware. The app stores some object in the servlet context, e.g. an object for the database connection. Other classes derived from BaseActionSup