I want to add many instances of a composite component to one jsf view. Each composite component should have a dedicated/not shared cdi (handler) bean. If i make the handler bean viewscoped/request scoped every composite component on the view would call to same instance. Is there an easy solution to this problem?
I use jsf 2.2 with primefaces on wildfly 10 server.