Using resources of composite components from an external JAR
I am using my composite components in an external jar-archive. In my jar-archive i have resources like images and css-files. 开发者_如何学运维For example, one of my components uses a button with an image inside. when i try to use my component in another project, the resource for the image is not found.
How do i solve this problem?
Try the ResourceHandler
api. Check this article.
精彩评论