I have created a custom action listener(class implementing action listener) and many JSF form use this common action listener
It is possible that to get the bean name from the action event?
No, the action event is fired when you perform an action on a component.
Hence the event will give you information only about the component that fired it, the bean has nothing to do with it.