我使用的是Primefaces 5.1,当我将outputText渲染为I时,需要赋值更多Filed?
<p:outputPanel>
<h:outputText id="StatusId" value="#{student.Status}"
rendered="#{student.statusFieldsRendered}">
<f:setPropertyActionListener value="#{common.rightHeader}"
target="#{student.addMoreField}"/>
</h:outputText>
</p:outputPanel>
我尝试上面的f:setPropertyActionListener是错误的,然后在ouputText渲染时给任何其他值赋值