1 Reply Latest reply on Apr 15, 2010 5:32 AM by ilya_shaikovsky

    a4j:status in modalPanel

    nimo22

      I want to show a modalPanel when a4j:status is active and found the solution in https://community.jboss.org/message/24382

       

       

      However, why does this solution not works? I have thought, that the facet can have any components inside?

       

        <a4j:status layout="block">
              <f:facet name="start">
              <rich:modalPanel>

              <h:outputText value="Ajax Status is active" />
              </rich:modalPanel>
              </f:facet>
          </a4j:status>