Hello,
I am attempting to use several components from Alfresco Web Client in a custom Web Client I am developing… I copied the tld file and migrated appropriate component definitions into my faces-config file. I was able to successfully use the Panel component… however, a RichList component cannot instantiate. It needs a 'webClientConfigService' Spring bean:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'webClientConfigService' is defined
I thought these components should be pretty much independent of Web Client implementation… Am I doing something wrong? I have little faces experience, but it seems strange that faces components would rely on Spring beans… it feels like they should only work with beans in request/session/application scopes. Do I have the right idea as to how this is supposed to work?
Thank You.