I am trying to use a custom jsf component on Websphere 8.5. The component class is annotated using @FacesComponent.
The component is located on the shared lib library on the server. I already have a config face inside the META-INF banner folder.
If the box is inside my ear file, it works as expected, but when it is on sharedlib it gives me an Undefined error like component MyUIActionList ".
Any ideas on how to make this work?
source share