gpt4 book ai didi

jsf-2 - p :selectBooleanCheckbox and the label attached to it

转载 作者:行者123 更新时间:2023-12-04 10:08:42 29 4
gpt4 key购买 nike

附加到复选框按钮的标签的自然行为是在单击按钮(标签)时更改按钮的状态。
这适用于 JSF 和 Richfaces。

有没有办法让它在 Primefaces(3.5) 中工作而不涉及 javascript ?
这是一个错误吗?

<p:outputLabel for="checkbox" value="Select it:" />
<p:selectBooleanCheckbox id="checkbox" label="My label" value="#{bean.value}" />

最佳答案

它不能在普通 JSF 中开箱即用,但在 Primefaces 中是 itemLabel属性应该这样做:

<p:selectBooleanCheckbox id="checkbox" itemLabel="My label" ... />

关于jsf-2 - p :selectBooleanCheckbox and the label attached to it,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15062751/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com