我已经阅读了教程: http: //jsflive.wordpress.com/2011/03/24/custom-component-library/,其中作者正在制作空.taglib.xml
文件,并且根据教程,标签应该从资源子文件夹。
但是,对我来说,我有例外:
javax.faces.FacesException:无法获取 myComponent.xhtml 的组件元数据
我必须手动指定每个标签:
<tag>
<tag-name>myComponent</tag-name>
<source>tags/mylib/myComponent.xhtml</source>
</tag>
我错过了什么吗?标签定义位置会在哪里自动解析?我在WebSphere 7.0和MyFaces 2.0.7上运行。