我有以下情况:
错误:javax.faces.FacesException:找不到标识符为“formPessoa:tipoMercado”的组件,引用自“j_idt440:myForm:confirm”
从绿色图像的左侧我有复合p:对话框( genericDialog.xhtml )
从图像的右侧我有红色的selectCheckBoxMenu id = sb1 ,我需要在从对话框保存新数据后重新加载。
非常感谢堆叠成员。
答案 0 :(得分:0)
经过很多时间给我......我想出了这个问题:
<p:commandButton id="confirm" value="#{cc.attrs.labelbotao1}"
oncomplete="#{cc.attrs.oncompletebotao1}" update="myForm:divmessage"
actionListener="#{cc.attrs.actionbeanbotao1}" **ajax="true"**>
<p:ajax update="#{cc.attrs.ajaxupdate1}" process="#{cc.attrs.ajaxprocess1}"
listener="#{cc.attrs.listener1}" />
</p:commandButton>
两个问题:
我想听听其他一些意见或修正等等。