What's the best approach to output the name of the called action/actionListener and the name of the corresponding managed beans ?
I want to use a ServletFilter to measure the times for http requests and print out these names. Is there anything generic available via FacesContext? I do not want to touch every managed bean. Or do I have to overwrite org.apache.myfaces.el.MethodBindingImpl in order to store the names in requestscope in the "invoke" method? Michael

