JSF复合组件中的引用动态Id

时间:2016-01-09 15:23:01

标签: jsf components composite-component

我在使用JSF中的复合组件引用Id时遇到了一些麻烦,例如:

`<composite:interface> 
<composite:attribute name="id" required="true"/>
</composite:interface>

<composite:implementation>  
<h:inputText id="#{cc.attrs.id}" value="Any" 
</composite:implementation>

` 当我尝试将Id作为参数传递时,我无法从“for”中引用它,例如来自outputLabel,似乎JSF中的这种复合组件不支持动态ID,它的解决方案是什么?

提前致谢。

0 个答案:

没有答案