1 Reply Latest reply on May 24, 2007 7:52 AM by ilya_shaikovsky

    Multiple components in a4j:status > start facet

      I am trying to show multiple controls in my start facet :

      <a4j:status>
       <f:facet name="start">
       <h:graphicImage value="../images/indicator_circle_ball.gif" />
       <h:outputText value="processing ..." />
       </f:facet>
       <f:facet name="stop"><h:graphicImage value="../images/spacer.gif" /></f:facet>
       </a4j:status>
      


      This produces exception :


      java.lang.IllegalStateException: facet 'start' already has a child associated. current associated component id: configListForm:_idJsp3 class: javax.faces.component.html.HtmlGraphicImage
       at javax.faces.webapp.UIComponentTag.findComponent(UIComponentTag.java:560)


      Is it not supported ? BTW, I am using A4J: 1.1 (will be upgrading to next week, when 1.1.1 is officially released)