我的.xhtml文件里面有p:selectOneMenu
和p:outputLabel
。使用p:selectOneMenu
从bean填充f:selectItems
。在bean中,它是List<SelectItem>
,其中SelectItems具有值,标签和描述
我的目标是在p:outputLabel
中显示所选项目的描述,而不对bean进行ajax调用。我只能在DOM树中找到值。我相信它存储在某个地方,我可以使用JS访问它或使用一些JSF工具。
答案 0 :(得分:0)
in the method where this list there can declare a String variable that you capture the selected data and then can call on the label of XHTML