I like to use spring's variable resolver + support for proxy beans to
do this.  I guess the aspect oriented approach you were referring to.


On 8/29/07, Svilen Ivanov <[EMAIL PROTECTED]> wrote:
> Andrew,
>
> I think it is fine to wait for the action to end. However, if
> NavigationHandlerImpl does it for me - all I have to do is to enable
> the log. Thank you for your reply - I'll give it a shot.
>
> Regards,
> Svilen
>
> 2007/8/29, Andrew Robinson <[EMAIL PROTECTED]>:
> > If you can wait until after the action has been called, you can use
> > the ActionListener of the JSF Application or the NavigationHandler as
> > both have access to the action EL expression. BTW - the myfaces
> > NavigationHandlerImpl already logs each call at debug level.
> >
> > -Andrew
> >
> > On 8/29/07, Svilen Ivanov <[EMAIL PROTECTED]> wrote:
> > > For audit and debugging purposes I want to log the name of action
> > > method that is being called. Is it possible to hook somewhere in JSF
> > > lifecycle? Or should I use Aspect oriented approach?
> > >
> > > Any ideas are appreciated?
> > >
> > > --
> > > Svilen Ivanov
> > > http://svilen-online.blogspot.com
> > >
> > > There is no dark side of the moon really.
> > > Matter of fact it's all dark.
> > >
> >
>
>
> --
> Svilen Ivanov
> http://svilen-online.blogspot.com
>
> There is no dark side of the moon really.
> Matter of fact it's all dark.
>

Reply via email to