Partial rendering redundant method call
问题 I am aware that JSF may call a managed bean method a couple of times even if it is called only once in .xhtml. I understand that is due to encode* methods. I would like to ask you to explain the following case to me. I have a JSF file that sort of looks like this: <h:form id="form1"> <h:panelGroup id="output"> ... <h:commandLink...> <f:ajax render=":form1:output"/> </h:commandLink> </h:panelGroup> </h:form> All clear so far; pressing the command link rerenders a part of the page within the