9 Replies Latest reply on Apr 10, 2008 4:07 PM by peerless

    rich:messages>´s styleClass dont works! Help! :/

    peerless

      Friends, i have the following tag:

      <rich:messages id="msg_err" ajaxRendered="true" layout="table" styleClass="error" showSummary="false" showDetail="true" globalOnly="true"/>


      A declaration of CSS:
      <% String context = request.getContextPath(); %>
       <link rel="stylesheet" type="text/css" href="<%=context%>/css/estilo.css" />


      That have the following style class:

      .error {
       font-family: Arial, Helvetica, sans-serif;
       font-size: 11px;
       font-weight: bold;
       color: #FF0000;
      }


      But, my messages dont works with it style!

      whats the problem? (before works when i was use the t:messages)