2 Replies Latest reply on Aug 16, 2007 8:12 PM by fernando_jmt

    Richfaces 3.1.0 rc2 and rich:messages globalOnly doubt

    fernando_jmt

      I just updated my application to Richfaces 3.1.0 rc2.

      Before I had this:

      <a4j:outputPanel ajaxRendered="true">
       <h:messages globalOnly="true" styleClass="message" errorClass="messageError" infoClass="messageInfo"/>
       </a4j:outputPanel>


      It worked fine (only global messages were shown), now I replace it with:

      <rich:messages globalOnly="true" styleClass="message" errorClass="messageError" infoClass="messageInfo"/>


      and I also get non global messages displayed in the page.

      am I missing something?


      BTW, my IntelliJ IDEA complains ("No XML at the location") when trying to fetch the XML namespaces resources for http://richfaces.org/a4j and http://richfaces.org/rich. Do you know why could it be?