在元素for
的属性<label>
中,是否可以引用生成的jsf id?
jquery现在将在那里工作,它将生成:
<label for='$(this).closest(".my-input-text").attr("id")'>MyLabel</label>
<span class="generated-spam-element">
<span class="generated-spam-element">
<input id="jsf:long:generated:id:MyInput" class="my-input-text" />
</span>
</span>
(如果有解决方案,我也会使用素数符号)
答案 0 :(得分:0)
它确实适用于h:outputLabel
,而不是label
或p:outputLabel
。