3 Replies Latest reply on Nov 21, 2007 3:01 AM by dhydrated

    status attribute doesn't work correctly.

    liuliu

      hi,

      i want to use status attribute of a4j component, my code:

       <h:panelGrid id="self" columns="2" border="1">
       <a4j:status id="p2sPat11" >
       <f:facet name="start">
       <h:graphicImage value="../../image/loading3.gif" />
       </f:facet>
       </a4j:status>
       <a4j:commandLink value="Administratif" reRender="seft" action="#{Psbean.selectadmin}" status="p2sPat11" />
      
      
       <a4j:status id="p2sPat15" >
       <f:facet name="start">
       <h:graphicImage value="../../image/loading3.gif" />
       </f:facet>
       </a4j:status>
       <a4j:commandLink value="Entrée/Sortie" action="#{Psbean.selectES}" reRender="self" status="p2sPat15" />
      </panelGrid>
      


      always the first status is called,Did i miss something?

      i am using myface1.1.5, ajax4jsf 1.1.1 snapshot, richfaces 3.0.1 snapshot