6 Replies Latest reply on Oct 1, 2008 1:43 PM by swd847

    FacesMessages not working in 2.1.0 beta 1

    sanghakanwar

      Hi,


      We upgraded to 2.1.0(Beta 1) and are facing an issue in displaying of the faces messages which were working fine in the earlier version of seam(2.0.2).


      We have used seam-gen in our project.


      our sample.xhtml file has this for the message display -



      <h:messages globalOnly="true" styleClass="message" id="globalMessages"/>




      and the home class has the following code -



      public class FqdnLocalHome extends EntityHome<FqdnLocal> {
      
      ///
      
      public String persist() {
      return super.persist();
      }



      Has there been a change in the way we need to show the messages ?


      Thanks,
      Kanwar