0 Replies Latest reply on Jul 26, 2007 3:25 PM by mgrouch

    getClass() inside of seam component constructor

      I print out getClass() value in a constructor of a seam bean and
      it is printed twice with different values.

      Two questions why is constructor invoked twice and why getClass values are different each time?

      [java] 15:16:41,684 ERROR [STDERR] ------ getClass() class com.test.portal.web.common.CountryBean
      [java] 15:16:41,700 ERROR [STDERR] ------ getClass() class com.test.portal.web.common.CountryBean_$$_javassist_53

      Thanks