3 Replies Latest reply on Dec 7, 2007 7:48 AM by balteo

    Target pointed Attribute for of AjaxStatus component with id

    balteo

      Hello,

      What is that supposed to mean in plain English? It would be great to put this into proper English. I have lost so much time trying to figure out what it means... Can anyone help please?

      Here is my code:

      
       <f:view>
       <a4j:region id="home">
       <h:outputText value="Application Centralisation des Risques"/>
       <f:verbatim>
       <br/><br/>
       </f:verbatim>
      
       <a4j:status id="revaluation-process-status" forceId="true" for="revaluation-process">
       <f:facet name="start">
       <h:graphicImage value="images/start.gif"/>
       </f:facet>
       <f:facet name="stop">
       <h:graphicImage value="images/stop.gif"/>
       </f:facet>
       </a4j:status>
      
       <f:verbatim>
       <br/><br/>
       </f:verbatim>
      
       <h:form>
       <a4j:poll id="poll" interval="5000" reRender="nombre-de-lignes"/>
       <h:outputText id="nombre-de-lignes-label" value="La table de réévaluation contient: "/>
       <h:outputText id="nombre-de-lignes" value="#{RevaluationManagedBean.rowCount} lignes" style="color: green;font-weight: bold;"/>
       </h:form>
      
       <f:verbatim>
       <br/><br/>
       </f:verbatim>
      
       <h:form>
       <a4j:region id="revaluation-process">
       <rich:messages showDetail="true" showSummary="true" passedLabel="ok" />
       <a4j:commandButton id="copy-from-revaluation-button" action="#{RevaluationManagedBean.copyFromRevaluation}" status="revaluation-process-status" value="Traitement réévaluation" />
       <a4j:commandButton id="empty-revaluation-table-button" action="#{RevaluationManagedBean.emptyRevaluationTable}" value="Vider table"/>
       </a4j:region>
       </h:form>
      
       <f:verbatim>
       <br/><br/>
       </f:verbatim>
      
       <h:form>
       <h:selectOneMenu value="#{DataExportManagedBean.remissionNumber}">
       <f:selectItems value="#{DataExportManagedBean.remissionNumbersSelectItems}"/>
       </h:selectOneMenu>
       <f:verbatim>
       <br/>
       </f:verbatim>
       <h:commandButton action="#{DataExportManagedBean.exportDeclaration}" title="Exporter la déclaration" style="text-align: center;" value="Exporter la déclaration"/>
       </h:form>
      
       <f:verbatim>
       <br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/><br/>
       </f:verbatim>
       </a4j:region>
       </f:view>