2 Replies Latest reply on Jan 21, 2009 3:14 AM by sadinenianil

    rich:messages behavior in RichFaces 3.3.0 GA

    sadinenianil

      Hi,

      I have strange issue with ric:messages 'level' attribute when i upgraded richfaces from 3.3.0BETA1 to 3.3.0 GA.

      I have <rich:messages> placed as following to display only "Info" severity messages.

      <rich:messages level="Info" styleClass="successMsg" />

      Because of some reason, i don't see messages at all with above line. If i use "ALL" as level, it works fine but shows all severity messages.

      Any ideas?

      Anil.

        • 1. Re: rich:messages behavior in RichFaces 3.3.0 GA
          idforent

          I had the same problem after i upgraded my app to 3.3.0 GA. It works fine in 3.3.0BETA and versions before that.

          I used "level" attribute extensively in my app to acheive different behavior with modal panel.

          in xhtml file:

          <rich:messages id="someId" level="Warn,Error,Fatal"/>
          


          in case validation failure on any of the fields in form, i expected to see messages but i don't see them at all.

          The following works when I apply "ALL" for level attribute.

          <rich:messages id="someId" level="ALL"/>
          



          Is this a bug in 3.3.0 GA?

          Thanks in advance for your help.

          M.

          • 2. Re: rich:messages behavior in RichFaces 3.3.0 GA
            sadinenianil

            Anybody has answer for this one. I really appreciate your help on this.

            Thanks,
            Anil.