3 Replies Latest reply on Aug 17, 2007 7:18 PM by matt.drees

    DataModel wrapped data is set to null by ManagedEntityIdenti

    sergeypk

      I'm using Seam from CVS (checked out today, June 30th). I have a component that has a property of type DataModel. I'm not using @DataModel annotation.

      The problem is that the contents of my DataModel are not being shown on a page. The culprit seems to be ManagedEntityIdentityInterceptor which sets my datamodel's wrapped data to null before returning it to JSF.

      Please tell me if you need more details from me to fix this.