2 Replies Latest reply on Jun 25, 2007 10:50 PM by tangdazhu

    How to do the initializing job immediately after a seam comp

    tangdazhu

      I want to do some initializing job just after the seam component is created , I can't put this kind of method in constructor because at that time, the component is not created. So is there some annotation or method to do such a kind of job in Seam ? i tried with @Create too, but it failed again.

      Thanks in advance.