2 Replies Latest reply on Nov 27, 2008 4:57 AM by rodrigotico

    Remove Entity Home Messages

    rodrigotico

      I've just updated my application to seam 2.1.1.


      On the older version (2.0) all my home entity objects calls the following functions from superclass Home.java, and default messages like Successfully Updated never shows:


      setDeletedMessage(null);
      setCreatedMessage(null);
      setUpdatedMessage(null);


      After update to 2.1.1, all default messages for those operations on entitys starts to reappear.


      What's the easiest way to stop these messages on Seam 2.1.1?


      Thanks!