<ui:repeat value="#{prodCtr.paginator.model}" var="o">
<h:form>
<h:commandLink id="#{o.id}" action="ModelInfo.xhtml" actionListener="#{prodCtr.listener}">
<h:panelGrid columns="1" style="border: #ffffff">
<img src="resources/images/#{o.id}.jpg" style="width: 100px;height: 100px"/>
<h:outputLabel value="#{o.price} YTL" style="font-size: 12px;font-family: Georgia, Serif;color: #ff3300" />
<h:commandButton value="Sifaris et" class="button"/>
</h:panelGrid>
</h:commandLink>
</h:form>
</ui:repeat>
java.lang.IllegalArgumentException가 : UIComponent로부터 된 ClientID = 메시지 = 빈 id 속성은 여기에 허용되지 않습니다컨트롤러에서 CommandLink id를 JSF로 클릭하는 방법은 무엇입니까? RENDER_RESPONSE 6의 처리 중에 잡은
난 dinamically ID를 CommandLink는 할 수있는 다른 방법이 있나요 어떻게? <ui:repeat/>
태그를 사용할 때