3 Replies Latest reply on Jul 15, 2008 3:56 PM by peerless

    <A4J:STATUS> - I cant have two or more in the page?

    peerless

      Hello Friends,

      i have a problem:

      So, always that i put two or more status tag in my page, i received the following exception (even with the id attribute different):

      javax.servlet.ServletException: javax.servlet.jsp.JspException: java.lang.IllegalStateException: duplicate Id for a component _viewRoot:status



      The code:

      <td align="right"><a4j:status id="msgStatus1" startText="Aguarde..." stopText="" styleClass="status" /></td>
       <td align="right"><a4j:status id="msgStatus2" startText="Aguarde..." stopText="" styleClass="status" /></td>



      Thanks for any help!

      :-)