java - Access bean inside repeat in jsf -
this question has answer here: commandbutton/commandlink/ajax action/listener method not invoked or input value not updated 9 answers i have userprofilebean can access outside of repeat when do <ui:repeat id="reqlistid" var="reqlist" value="#{userprofilebean.friendrequestslist}"> jmeno: #{reqlist.jmeno} <br/> prijmeni: #{reqlist.prijmeni} <br/> id: #{reqlist.id} <br/> <p:commandbutton id="allowfriendbutton" action="#{userprofilebean.allowfriend()}" value="přidat" update="reqlistid"> </p:commandbutton> then allowfriend method doesn't called , netbeans says unknown property. missing something? edit: replies. still doesn't work. state this. <h:form> <p:commandbu...