2 Replies Latest reply on Nov 12, 2012 11:52 AM by meewan

    how to migrate renderRegionOnly ? (again)

    meewan

      hello,

       

      I know the question have already been asked (and here is the answer) but I don't understand how I can migrate a renderRegionOnly if the region do not contain any Richfaces tag.

       

      here is an example of what I have to migrate

       

      <a4j:region id="msgLoginSimilaireRegion" renderRegionOnly="true">

      <s:div id="msgLoginSimilaire" rendered="#{collabAction.createMode}">

      <h:outputText value="#{messages}" rendered="#{collabAction.loginSimilaireExiste()}" styleClass="erreur"/>

      </s:div>

      </a4j:region>

       

      In the answer Ilya says to use limitRender but in my case I don't see how I could.

       

      Thanks and sorry for bad English

       

      Meewan