0
<tag-name>CustomComponent</tag-name>
<component>
<component-type>javax.faces.Input</component-type>
</component>
</tag>
創建自定義組件如下面的代碼taglib.xml在XHTML呈現組件像下面
<h:body bgcolor="white">
<cs:CustomComponent></cs:CustomComponent>
</h:body>
我想添加自定義屬性此組件。如果除了我指定的以外的任何其他參數,還想要發出警告。這可能與jsf。