0 Replies Latest reply on Jun 18, 2009 8:00 PM by rmuruga

    Overriding Persit Method Message in Seam 2.1.2

    rmuruga

      Hi All,
          I have migrated my seam application to 2.1.2, in my old application i used to override
      getCreatedMessage() method to display Custom Messages for Persist Method call. But in the new version the same getCreatedMessage() returns a ValuedExpression object and not string like the previous version. Can anyone tell me how to implement this to display my custom messages while executing persist method.