0 Replies Latest reply on Apr 9, 2007 9:49 PM by anarinsky

    How to manage the ?managed? property of EntityHome?

    anarinsky

      I am using seam-gen to generate classes and default pages. The boolean ?managed? property of a Home bean derived from ?EntityHome? indicates whether we persist the object or edit it.

      I tracked the value of this property. Before ?persist? it is true.

      Immediately after invoking ?persist? this property becomes false on the next page. Then on the next page it becomes true.

      I need to make ?managed? true immediately after persist. As I understand that means complete finish of the transaction (I might be wrong)

      Is it possible?

      Thank you