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>
?