JSF 1.2 は複合コンポーネントの作成をサポートしていますか?
何かのようなもの:
<composite:interface>
...
</composite:interface>
<composite:implementation>
...
</composite:implementation>
それともJSF 2.0で利用できますか?
JSF 1.2 では、私の唯一のオプションは<ui:component>...</ui:component>
?
JSF 1.2 は複合コンポーネントの作成をサポートしていますか?
何かのようなもの:
<composite:interface>
...
</composite:interface>
<composite:implementation>
...
</composite:implementation>
それともJSF 2.0で利用できますか?
JSF 1.2 では、私の唯一のオプションは<ui:component>...</ui:component>
?