f:ajax within ui:repeat, unknown id for the component [duplicate]
问题 This question already has answers here : How to find out client ID of component for ajax update/render? Cannot find component with expression “foo” referenced from “bar” (5 answers) Closed 3 years ago . When I try to render a panelGroup by an ajax call, it gives unknown id. <h:form id="form1" prependId=false> <h:panelGroup id="panel1"> <h:dataTable/> <ui:repeat value="#{bean.page}" var="page"> <h:commandLink value="#{page}"> <f:ajax execute="@form" render="panel1" listener="#{bean.page}" /> <